Skip to content

Commit

Permalink
Merge pull request backstage#528 from spotify/rugvip/lintfixes
Browse files Browse the repository at this point in the history
package/cli: fix lint issues in scaffolded plugins
  • Loading branch information
Rugvip authored Apr 9, 2020
2 parents fc00bfe + e55cdf7 commit 3e1e356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
'plugin:monorepo/recommended',
],
parser: '@typescript-eslint/parser',
plugins: ['notice', 'import'],
plugins: ['import'],
env: {
jest: true,
},
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/templates/default-app/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: [require.resolve('@backstage/cli/config/eslint.js')],
};
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@material-ui/icons": "^4.9.1",
"@backstage/cli": "^{{version}}",
"@backstage/core": "^{{version}}",
"@backstage/theme": "^{{version}}",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
Expand Down

0 comments on commit 3e1e356

Please sign in to comment.