Skip to content

Commit 6b23802

Browse files
committed
rename app config to internal config
1 parent c0b6a73 commit 6b23802

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/configs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ $ node_modules/.bin/eslint-github-init
2222

2323
A base layer of configuration recommended for any JS project. The [Prettier](https://prettier.io/) formatter is used to format code.
2424

25+
### `plugin:github/internal`
2526

26-
### `plugin:github/app`
27-
28-
Recommended rules when writing a browser application.
27+
Recommended rules when writing a internal GitHub app.
File renamed without changes.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
'unescaped-html-literal': require('./rules/unescaped-html-literal')
1616
},
1717
configs: {
18-
app: require('./configs/app'),
18+
internal: require('./configs/internal'),
1919
browser: require('./configs/browser'),
2020
recommended: require('./configs/recommended'),
2121
typescript: require('./configs/typescript')

0 commit comments

Comments
 (0)