This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
tstatic/.eslintrc

9 lines
132 B
Plaintext
Raw Normal View History

2016-05-16 08:38:06 +01:00
{
2016-08-13 16:31:22 +01:00
"extends": "./node_modules/eslint-config/.eslintrc",
"env": {
2016-10-30 12:02:53 +00:00
"node": true,
2016-10-30 22:21:10 +00:00
"browser": false,
"mocha": true
2016-08-13 16:31:22 +01:00
}
2016-05-16 08:38:06 +01:00
}