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
2222
2323A 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.
Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments