minor eslint config update
This commit is contained in:
parent
e12b99c38b
commit
5ffdb05a8e
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ module.exports = [
|
||||||
parser: tsParser,
|
parser: tsParser,
|
||||||
globals: global,
|
globals: global,
|
||||||
},
|
},
|
||||||
files: ["src/*.ts","src/**/*.ts",],
|
files: ["src/**/*.ts",],
|
||||||
ignores: ["dist/", "node_modules/"],
|
ignores: ["dist/", "node_modules/"],
|
||||||
plugins: {
|
plugins: {
|
||||||
unicorn,
|
unicorn,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue