mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-13 00:07:11 +00:00
eslint: ignore vendored prism.js
This commit is contained in:
parent
251286f2c7
commit
a6a69f4fba
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
module.exports = [
|
||||
{
|
||||
files: ["**/*.ts", "**/*.tsx"],
|
||||
ignores: ["frontend/prism.js"], // vendored
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
project: true,
|
||||
|
|
Loading…
Reference in a new issue