-
I have 2 files:
1. test.js
```
import { bogus } from './bogus.js';
bogus()
```
2. bogus.js
```
function foo() {
console.log('foo');
}
export {
foo
}
```
If `bogus.js` is minified, eslint-…
-
### Environment
eslint version: v9.14.0
### What parser are you using?
Default (Espree)
### What did you do?
I have config file inside: /app/eslint.config.mjs and want to lint files inside /tmp/e…
-
### Docs page(s)
- https://eslint.org/docs/latest/rules/no-class-assign
- https://eslint.org/docs/latest/rules/no-new-native-nonconstructor
### What documentation issue do you want to solve?
As see…
-
## Issue
- The ESLint configuration [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app) belongs to the abandoned and unsupported https://github.com/facebook/create-reac…
-
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configuration-files-new) that will be…
-
### What's not working?
👋 Coming over from https://github.com/eslint/eslint/issues/18093: ESLint is migrating to a [new "flat config" format](https://eslint.org/docs/latest/use/configure/configurat…
-
### Bug report
When I try webpack build, the following error occurs.
```
ERROR in [eslint] Cannot read config file: C:\dev\my-project\eslint.config.mjs
Error: end of the stream or a docu…
kku39 updated
2 months ago
-
https://eslint.org/docs/latest/use/configure/migration-guide
-
ESLint blog post: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
avi12 updated
2 weeks ago
-
This task aims to set up **ESLint** and **Prettier** for the frontend of our monorepo, which is a React-based application. Proper linting and formatting will ensure consistent code quality and styling…