mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-07 08:54:39 +01:00
eslint: ignore vendored prism.js
This commit is contained in:
parent
251286f2c7
commit
a6a69f4fba
@ -20,6 +20,7 @@
|
||||
module.exports = [
|
||||
{
|
||||
files: ["**/*.ts", "**/*.tsx"],
|
||||
ignores: ["frontend/prism.js"], // vendored
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
project: true,
|
||||
|
Loading…
Reference in New Issue
Block a user