File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ module.exports = {
2
2
extends : [
3
3
// https://eslint.org/docs/rules/
4
4
"eslint:recommended" ,
5
- // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/src/configs/recommended.json
5
+ // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/src/configs/recommended.ts
6
6
"plugin:@typescript-eslint/recommended" ,
7
- // https://prettier.io/docs/en/eslint.html
8
- "prettier" ,
9
7
10
8
// https://github.com/benmosher/eslint-plugin-import
11
9
"plugin:import/recommended" ,
12
10
"plugin:import/typescript" ,
11
+
12
+ // https://prettier.io/docs/en/integrating-with-linters.html
13
+ // > Make sure to put it last, so it gets the chance to override other configs.
14
+ "prettier" ,
13
15
] ,
14
16
plugins : [ ] ,
15
17
parser : "@typescript-eslint/parser" ,
You can’t perform that action at this time.
0 commit comments