Skip to content

Commit

Permalink
wip update eslint config (passing)
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jun 26, 2023
1 parent 76f2c7f commit a6de02c
Show file tree
Hide file tree
Showing 9 changed files with 881 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const prettierConfig = require('./.prettierrc.cjs');
const prettierConfig = require('./.prettierrc.json');

module.exports = {
root: true,
Expand Down
4 changes: 0 additions & 4 deletions .prettierrc.cjs

This file was deleted.

4 changes: 4 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"arrowParens": "avoid",
"singleQuote": true
}
12 changes: 0 additions & 12 deletions babel.config.js

This file was deleted.

12 changes: 12 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
Loading

0 comments on commit a6de02c

Please sign in to comment.