fix: lintが動かないのを修正, swもlint

This commit is contained in:
tamaina
2022-12-05 13:21:44 +00:00
parent 8b961ba035
commit 83e1d53928
5 changed files with 15 additions and 8 deletions

View File

@@ -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,