Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint has deprecated .eslintrc file naming convention. #85

Open
Pro777 opened this issue Nov 22, 2019 · 0 comments
Open

ESLint has deprecated .eslintrc file naming convention. #85

Pro777 opened this issue Nov 22, 2019 · 0 comments

Comments

@Pro777
Copy link

Pro777 commented Nov 22, 2019

From https://eslint.org/docs/user-guide/configuring#configuration-file-formats

JavaScript - use .eslintrc.js and export an object containing your configuration.
YAML - use .eslintrc.yaml or .eslintrc.yml to define the configuration structure.
JSON - use .eslintrc.json to define the configuration structure. ESLint’s JSON files also allow JavaScript-style comments.
Deprecated - use .eslintrc, which can be either JSON or YAML.
package.json - create an eslintConfig property in your package.json file and define your configuration there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant