Skip to content

Commit bdc8efc

Browse files
committedJan 12, 2020
Updated dotfiles
1 parent ea48dc6 commit bdc8efc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎.eslintrc

-10
This file was deleted.

‎package.json

+10
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,15 @@
5959
"eslint": "^6.8.0",
6060
"jest-express": "^1.10.1",
6161
"temp": "^0.9.1"
62+
},
63+
"eslintConfig": {
64+
"env": {
65+
"browser": true,
66+
"node": true
67+
},
68+
"parserOptions": {
69+
"sourceType": "module"
70+
},
71+
"extends": "@osjs/eslint-config"
6272
}
6373
}

0 commit comments

Comments
 (0)
Please sign in to comment.