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 9c0c547 commit 1e72143Copy full SHA for 1e72143
README.md
@@ -155,6 +155,24 @@ export default tseslint.config(
155
},
156
);
157
```
158
+
159
+For legacy, `.eslintrc.json`
160
161
+```json
162
+{
163
+ "extends": [
164
+ "eslint:recommended",
165
+ "plugin:eslint-plugin-explicit-exceptions/recommended-type-checked-legacy"
166
+ ],
167
+ "parser": "@typescript-eslint/parser",
168
+ "plugins": ["@typescript-eslint"],
169
+ "parserOptions": {
170
+ "projectService": true
171
+ },
172
+ "root": true
173
+}
174
+```
175
176
Check out [`typescript-eslint`](https://typescript-eslint.io/getting-started/) for more information if you having an issue with configuring.
177
178
## License
0 commit comments