Skip to content

Commit 220df6c

Browse files
committed
feat: 修改配置
1 parent 149ff44 commit 220df6c

File tree

4 files changed

+50
-2771
lines changed

4 files changed

+50
-2771
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default [{
22
parser: '@typescript-eslint/parser',
33
plugins: ['@typescript-eslint'],
44
extends: [
@@ -9,4 +9,4 @@ module.exports = {
99
rules: {
1010
'prettier/prettier': 'warn'
1111
}
12-
};
12+
}];

0 commit comments

Comments
 (0)