mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-03-27 15:27:02 +08:00
合并浙大上游仓库
This commit is contained in:
@@ -13,13 +13,15 @@ module.exports = {
|
||||
],
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: './tsconfig.json',
|
||||
tsconfigRootDir: './',
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
ecmaVersion: 'latest',
|
||||
sourceType: 'module',
|
||||
},
|
||||
plugins: ['react', '@typescript-eslint', 'prettier'],
|
||||
plugins: ['react', '@typescript-eslint', 'import', 'prettier'],
|
||||
rules: {
|
||||
// needed by prettier
|
||||
'prettier/prettier': 'warn',
|
||||
|
||||
Reference in New Issue
Block a user