Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Fix .eslintrc.js #343

Merged
merged 1 commit into from
Nov 30, 2015
Merged

Fix .eslintrc.js #343

merged 1 commit into from
Nov 30, 2015

Conversation

balupton
Copy link
Contributor

http://eslint.org/blog/2015/11/eslint-v1.10.0-released/

Configuration File Formats
v1.10.0 introduces the ability to use configuration files in different formats. Instead of the regular .eslintrc file, you can use a JavaScript (.eslintrc.js), a YAML file (.eslintrc.yml or .eslintrc.yaml), or a JSON file (.eslintrc.json). We are formally deprecating use of the .eslintrc extensionless configuration file format in favor the format-specific versions. Don't worry, we'll still support .eslintrc files for a long time, but we'd like to encourage everyone to move to the new file formats as you'll get advantages such as syntax highlighting and error detection with many editors. Read more in the documentation.

@steelbrain steelbrain self-assigned this Nov 30, 2015
steelbrain added a commit that referenced this pull request Nov 30, 2015
@steelbrain steelbrain merged commit 89445d0 into AtomLinter:master Nov 30, 2015
@steelbrain
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants