We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e89eb7 commit 0f47920Copy full SHA for 0f47920
docs/configs.md
@@ -10,12 +10,6 @@ This ESLint plugin comes with a few configuration presets. After installing the
10
}
11
```
12
13
-When setting up a new project, it's recommended that you use the initialization to generate a customized ESLint config for the project.
14
-
15
-```sh
16
-$ node_modules/.bin/eslint-github-init
17
-```
18
19
## Available Configs
20
21
### `plugin:github/recommended`
@@ -24,7 +18,7 @@ A base layer of configuration recommended for any JS project. The [Prettier](htt
24
25
### `plugin:github/es6`
26
27
-Recommended rules when using Babel to transpile features from ES2015+.
+Recommended rules when using features from ES2015+.
28
22
29
23
### `plugin:github/app`
30
docs/package-requirements.md
0 commit comments