Lint pro from monorepo
This commit is contained in:
parent
193899d7d0
commit
22fca335f0
|
@ -16,8 +16,7 @@
|
||||||
"dist",
|
"dist",
|
||||||
"public",
|
"public",
|
||||||
"*.spec.js",
|
"*.spec.js",
|
||||||
"bundle.js",
|
"bundle.js"
|
||||||
"packages/pro"
|
|
||||||
],
|
],
|
||||||
"plugins": ["svelte3"],
|
"plugins": ["svelte3"],
|
||||||
"extends": ["eslint:recommended"],
|
"extends": ["eslint:recommended"],
|
||||||
|
@ -30,9 +29,7 @@
|
||||||
"files": ["**/*.ts"],
|
"files": ["**/*.ts"],
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"plugins": [],
|
"plugins": [],
|
||||||
"extends": [
|
"extends": ["eslint:recommended"],
|
||||||
"eslint:recommended"
|
|
||||||
],
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-unused-vars": "off",
|
"no-unused-vars": "off",
|
||||||
"no-inner-declarations": "off",
|
"no-inner-declarations": "off",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d99e1baee70edf726bcc1a83684bf9bd641d04de
|
Subproject commit 374032692eae2b0823a60ceaee52cf8c481a3328
|
Loading…
Reference in New Issue