Skip to content

Commit

Permalink
remove prettier and only use eslint with standard as base
Browse files Browse the repository at this point in the history
  • Loading branch information
emiljohansson committed Jan 22, 2022
1 parent 57d8b22 commit ca39aaa
Show file tree
Hide file tree
Showing 7 changed files with 1,221 additions and 747 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("./packages/config/eslint-preset.js")
module.exports = require('./packages/config/eslint-preset.js')
7 changes: 0 additions & 7 deletions .prettierrc

This file was deleted.

9 changes: 9 additions & 0 deletions apps/next/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
extends: [
'next',
'../../.eslintrc',
],
rules: {
'@next/next/no-html-link-for-pages': 'off',
},
}
Loading

0 comments on commit ca39aaa

Please sign in to comment.