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
{{ message }}
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
This repository contains various configuration files for the awesome JavaScript linter, [ESLint][eslint-url]. The configuration files are purposefully separated into various categories to allow their composition according to developers' preferences or requirements. It should also make adoption of ESLint across existing codebases easier.
@@ -31,7 +19,7 @@ This package can be installed via npm (make sure you also install the latest ver
31
19
32
20
### Configuration
33
21
34
-
Once the ruleset is installed, you must create your own *.eslintrc.{js,json,yml}* configuration file in your project's root (or in some of the subfolders, if you want to apply different rules to different parts of your code) and include those rulesets that you want to use. See the [tutorial](tutorial) directory for, well... tutorial.
22
+
Once the ruleset is installed, you must create your own _.eslintrc.{js,json,yml}_ configuration file in your project's root (or in some of the subfolders, if you want to apply different rules to different parts of your code) and include those rulesets that you want to use. See the [tutorial](tutorial) directory for, well... tutorial.
35
23
36
24
### Integrating ESLint with your IDE/editor
37
25
@@ -81,3 +69,13 @@ These rulesets include rules which deal with how the code looks like and not how
81
69
## License
82
70
83
71
This software is licensed under the **BSD-3-Clause License**. See the [LICENSE](LICENSE) file for more information.
0 commit comments