Skip to content

Commit 4016444

Browse files
committed
Removing unnecessary eslintrc file
1 parent b0fb229 commit 4016444

File tree

2 files changed

+10
-93
lines changed

2 files changed

+10
-93
lines changed

.eslintrc.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"start:update": "node --max-old-space-size=1024 dist/game-engine/update-server.js",
1212
"start:infra": "concurrently \"npm run start:update\" \"npm run start:login\"",
1313
"start:standalone": "concurrently \"npm run start:infra\" \"npm run start:game\"",
14-
"lint": "eslint -c .eslintrc.js --ext .ts src",
15-
"lint:fix": "eslint -c .eslintrc.js --ext .ts src --fix",
14+
"lint": "eslint --ext .ts src",
15+
"lint:fix": "eslint --ext .ts src --fix",
1616
"build:watch": "babel ./src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps --watch",
1717
"build": "rimraf dist && babel ./src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps"
1818
},
@@ -75,5 +75,13 @@
7575
"ts-node": "^9.1.1",
7676
"tsconfig-paths": "^3.9.0",
7777
"typescript": "^4.2.3"
78+
},
79+
"eslintConfig": {
80+
"extends": [
81+
"@runejs/eslint-config"
82+
],
83+
"parserOptions": {
84+
"project": "./tsconfig.json"
85+
}
7886
}
7987
}

0 commit comments

Comments
 (0)