Skip to content

Commit b338191

Browse files
committed
Adding @runejs/eslint-config and alpha.1 bump
1 parent 6b03d2c commit b338191

File tree

3 files changed

+315
-262
lines changed

3 files changed

+315
-262
lines changed

.eslintrc.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module.exports = {
2-
"root": true,
2+
"extends": [
3+
"@runejs/eslint-config"
4+
],
5+
"parserOptions": {
6+
"project": "./tsconfig.json"
7+
}
8+
/*"root": true,
39
"parser": "@typescript-eslint/parser",
410
"parserOptions": {
511
"project": "tsconfig.json",
@@ -81,5 +87,5 @@ module.exports = {
8187
"@typescript-eslint/ban-types": 0,
8288
"@typescript-eslint/no-unused-vars": 0,
8389
"@typescript-eslint/no-var-requires": 0
84-
}
90+
}*/
8591
}

0 commit comments

Comments
 (0)