Skip to content

Commit

Permalink
feat(pluginsdk): Add prettierrc.js and eslintrc.js for plugins to use
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Mar 12, 2020
1 parent 50d4f0f commit 9112932
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/pluginsdk/pluginconfig/eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
plugins: ['@spinnaker/eslint-plugin'],
extends: ['plugin:@spinnaker/base'],
};
5 changes: 5 additions & 0 deletions packages/pluginsdk/pluginconfig/prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
singleQuote: true,
trailingComma: 'all',
printWidth: 120,
};

0 comments on commit 9112932

Please sign in to comment.