We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856295d commit 5f63e42Copy full SHA for 5f63e42
.eslintrc.js
@@ -10,7 +10,7 @@ module.exports = {
10
"plugin:@typescript-eslint/recommended-requiring-type-checking",
11
"plugin:import/typescript",
12
"prettier/@typescript-eslint",
13
- "plugin:prettier/recommended",
+ "prettier",
14
],
15
noInlineConfig: true,
16
parser: "@typescript-eslint/parser",
lint-staged.config.js
@@ -17,5 +17,6 @@ module.exports = {
17
* @param {string[]} files
18
*/
19
(files) => `eslint --fix ${eslintFiles(files)}`,
20
+ "prettier --write",
21
22
};
0 commit comments