Skip to content

Commit

Permalink
chore: removed unused stuff from eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
flamewow committed Feb 22, 2024
1 parent 2e5d002 commit d8d5b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"ignorePatterns": [
".eslintrc.js",
"src/db/migrations"
],
"rules": {
"@typescript-eslint/interface-name-prefix": "off",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
]
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"prepare": "husky install",
"format": "prettier --write \"lib/**/*.{js,ts,json}\" \"e2e/**/*.{js,ts,json}\"",
"lint": "eslint --fix \"lib/**/*.ts\" \"sample/**/*.ts\" \"test/**/*.ts\"",
Expand Down

0 comments on commit d8d5b74

Please sign in to comment.