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
@@ -82,7 +83,7 @@ $ npm i -D eslint eslint-plugin-tailwindcss
82
83
83
84
#### `.eslintrc`
84
85
85
-
Use .eslintrc.* file to configure rules in ESLint < v9. See also: https://eslint.org/docs/latest/use/configure/.
86
+
Use .eslintrc.\* file to configure rules in ESLint < v9. See also: https://eslint.org/docs/latest/use/configure/.
86
87
87
88
```js
88
89
module.exports= {
@@ -93,17 +94,14 @@ module.exports = {
93
94
94
95
If you would like to know about configuration, Learn more in [ESLint docs](https://eslint.org/docs/latest/use/configure/configuration-files)
95
96
96
-
97
97
#### `eslint.config.js`
98
98
99
99
Use `eslint.config.js` file to configure rules. This is the default in ESLint v9, but can be used starting from ESLint v8.57.0. See also: https://eslint.org/docs/latest/use/configure/configuration-files-new.
0 commit comments