fix: lintが動かないのを修正, swもlint
This commit is contained in:
parent
8b961ba035
commit
83e1d53928
5 changed files with 15 additions and 8 deletions
|
|
@ -6,10 +6,10 @@ module.exports = {
|
|||
parserOptions: {
|
||||
"parser": "@typescript-eslint/parser",
|
||||
tsconfigRootDir: __dirname,
|
||||
//project: ['./tsconfig.json'],
|
||||
project: ['./tsconfig.json'],
|
||||
},
|
||||
extends: [
|
||||
//"../shared/.eslintrc.js",
|
||||
"../shared/.eslintrc.js",
|
||||
],
|
||||
globals: {
|
||||
"require": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue