Skip to content

Commit

Permalink
chore: update recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Oct 7, 2021
1 parent aecc6fb commit bcc13e2
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 867 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: [require.resolve('recommended/config/eslint')],
extends: ['@recommended/eslint-config'],
}
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('recommended/config/prettier')
module.exports = require('@recommended/prettier-config')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-spring": "^8.0.7",
"recommended": "^0.0.2",
"recommended": "^0.0.6",
"rollup": "^2.56.3",
"rollup-plugin-typescript2": "^0.30.0",
"rxjs": "^6.4.0",
Expand Down

0 comments on commit bcc13e2

Please sign in to comment.