Set project name to feishin

This commit is contained in:
jeffvli
2022-10-25 16:54:23 -07:00
parent 0438f2d5f2
commit dc891e1b79
9 changed files with 157 additions and 139 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
module.exports = {
extends: ['erb', 'plugin:typescript-sort-keys/recommended'],
ignorePatterns: ['.erb/*'],
ignorePatterns: ['.erb/*', 'server/*'],
parserOptions: {
createDefaultProgram: true,
ecmaVersion: 2020,
@@ -9,6 +9,7 @@ module.exports = {
tsconfigRootDir: __dirname,
},
plugins: ['import', 'sort-keys-fix'],
root: true,
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
@@ -68,6 +69,7 @@ module.exports = {
node: {
extensions: ['.js', '.jsx', '.ts', '.tsx'],
},
project: './tsconfig.json',
typescript: {},
webpack: {
config: require.resolve('./.erb/configs/webpack.config.eslint.ts'),