We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5b7e8 commit 5b53d7fCopy full SHA for 5b53d7f
.eslintrc.json
@@ -13,12 +13,10 @@
13
"extends": [
14
"prettier",
15
"eslint:recommended",
16
- "plugin:@typescript-eslint/recommended",
17
- "plugin:primer-react/recommended"
+ "plugin:@typescript-eslint/recommended"
18
],
19
"rules": {
20
"prettier/prettier": ["error"],
21
- "@typescript-eslint/no-non-null-assertion": "off",
22
- "primer-react/no-deprecated-colors": ["off"] // Turn off the deprecation rule
+ "@typescript-eslint/no-non-null-assertion": "off"
23
}
24
0 commit comments