Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
seibert-io committed Jun 9, 2020
2 parents 0499893 + 1b27cc6 commit b95b80d
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@madebyheyday/linting-base/eslint.config.js');
module.exports = require('./node_modules/@madebyheyday/linting-base/src/eslint.config');
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
/.*
src/
/prettier.config.js
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@madebyheyday/linting-base/prettier.config.js');
module.exports = require('./node_modules/@madebyheyday/linting-base/src/prettier.config.js');
Loading

0 comments on commit b95b80d

Please sign in to comment.