File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ $ node_modules/.bin/eslint-github-init
22
22
23
23
A base layer of configuration recommended for any JS project. The [ Prettier] ( https://prettier.io/ ) formatter is used to format code.
24
24
25
+ ### ` plugin:github/internal `
25
26
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.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = {
15
15
'unescaped-html-literal' : require ( './rules/unescaped-html-literal' )
16
16
} ,
17
17
configs : {
18
- app : require ( './configs/app ' ) ,
18
+ internal : require ( './configs/internal ' ) ,
19
19
browser : require ( './configs/browser' ) ,
20
20
recommended : require ( './configs/recommended' ) ,
21
21
typescript : require ( './configs/typescript' )
You can’t perform that action at this time.
0 commit comments