Skip to content

Commit

Permalink
feat: add eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AntzyMo committed Oct 12, 2023
1 parent e4eb224 commit a7f2573
Show file tree
Hide file tree
Showing 9 changed files with 1,495 additions and 1,027 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs

This file was deleted.

7 changes: 7 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { antzy } from '@antzy/eslint-config'

export default antzy({
rules: {
'style/brace-style': 0
}
})
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@
},
"license": "ISC",
"devDependencies": {
"@antzy/eslint-config": "^2.0.4",
"@types/node": "^20.2.3",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
"@antzy/eslint-config": "^3.2.1",
"@types/node": "^20.8.4",
"bumpp": "^9.2.0",
"eslint": "^8.51.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"commander": "^10.0.1",
"diff": "^5.1.0",
"execa": "^7.1.1",
"commander": "^11.0.0",
"execa": "^8.0.1",
"kolorist": "^1.8.0",
"local-pkg": "^0.4.3",
"local-pkg": "^0.5.0",
"prompts": "^2.4.2"
}
}
18 changes: 0 additions & 18 deletions playground/.eslintrc.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions playground/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { antzy } from '@antzy/eslint-config'

export default antzy()
Loading

0 comments on commit a7f2573

Please sign in to comment.