Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Feb 20, 2024
1 parent 978a70b commit 0b23180
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 40 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build": "tsc",
"test": "jest",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"lint": "eslint '*.js' 'src/**/*.ts'",
"format": "prettier --write *.js src/**/*.ts && eslint '*.js' 'src/**/*.ts' --fix",
"lint": "eslint '**/*.{js,ts}'",
"format": "prettier --write **/*.{js,ts} && eslint '**/*.{js,ts}' --fix",
"licenselint": "ts-node src/cli.ts",
"typecheck": "tsc --noEmit",
"release": "semantic-release",
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@rambler-tech/eslint-config": "^0.9.3",
"@rambler-tech/eslint-config": "^0.10.4",
"@rambler-tech/licenselint-config": "^0.0.2",
"@rambler-tech/prettier-config": "^0.1.0",
"@rambler-tech/ts-config": "^0.0.2",
Expand Down
Loading

0 comments on commit 0b23180

Please sign in to comment.