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