Files
toolkit/.eslintrc.json
T

10 lines
178 B
JSON
Raw Normal View History

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