You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2025. It is now read-only.
@@ -80,6 +78,10 @@ You can also get results in realtime inside most IDEs via a plugin.
80
78
81
79
## FAQ
82
80
81
+
### Does this work with JavaScript files too?
82
+
83
+
Yep! This config is a drop-in replacement for `eslint-config-airbnb`, decorating it with TypeScript support.
84
+
83
85
### I get this error when running ESLint: "The file must be included in at least one of the projects provided"
84
86
85
87
This means you are attempting to lint a file that `tsconfig.json` doesn't include.
@@ -108,11 +110,7 @@ This is a known problem. Some suggestions exist in this [GitHub issue](https://g
108
110
109
111
### I wish this config would support [...]
110
112
111
-
The goal of `eslint-config-airbnb-typescript` is to simply decorate `eslint-config-airbnb` with TypeScript support. All rules and settings are identical. It's a drop-in replacement for `eslint-config-airbnb`, including linting for JavaScript files.
112
-
113
-
It's not a single config to cater for all TypeScript linting requirements.
114
-
115
-
For additional functionality, alter your ESLint config file. For example:
113
+
The goal of `eslint-config-airbnb-typescript` is to simply decorate `eslint-config-airbnb` with TypeScript support. It's not a single config to cater for all TypeScript linting requirements. For additional functionality, alter your ESLint config file. For example:
0 commit comments