1
0
Fork 0
toolkit/.eslintrc.json

10 lines
178 B
JSON
Raw Normal View History

2019-04-19 19:35:44 +00:00
{
"extends": ["plugin:github/es6"],
"parser": "@typescript-eslint/parser",
"plugins": ["jest"],
"env": {
"node": true,
"es6": true,
"jest/globals": true
}
}