fix: eslint (#8185)
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
This commit is contained in:
parent
82c970ac4b
commit
85d90030cf
138 changed files with 5054 additions and 4747 deletions
|
|
@ -45,9 +45,14 @@
|
|||
"dependsOn": ["^build"],
|
||||
"cache": false
|
||||
},
|
||||
"check:lint": {
|
||||
"lint": {
|
||||
"cache": false,
|
||||
"inputs": ["**/*", "!**/build/**", "!**/dist/**"]
|
||||
"inputs": ["**/*.{js,ts,tsx,mjs,jsx}", "!**/node_modules/**", "!**/build/**", "!**/dist/**"]
|
||||
},
|
||||
"check:lint": {
|
||||
"dependsOn": ["lint"],
|
||||
"cache": false,
|
||||
"inputs": ["**/*.{js,ts,tsx,mjs,jsx}", "!**/build/**", "!**/dist/**"]
|
||||
},
|
||||
"check:format": {
|
||||
"cache": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue