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
> v2.0.0 is breaking. We now use the new ESLint flat config format. Use `erb:recommended-legacy` if you want to keep using the old `.eslintrc.js` format.
9
+
> **Warning**
10
+
> v2.0.0 is breaking. We use the new ESLint flat config format. Use `erb:recommended-legacy` if you want to keep using the old `.eslintrc.js` format.
11
11
12
12
## Usage
13
13
@@ -34,6 +34,15 @@ export default [
34
34
// in your settings.json
35
35
erb.configs.recommended,
36
36
{
37
+
linterOptions: {
38
+
// The "unused disable directive" is set to "warn" by default.
39
+
// For the ERB plugin to work correctly, you must disable
0 commit comments