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

8 lines
113 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,
"browser": false
2016-08-13 16:31:22 +01:00
}
2016-05-16 08:38:06 +01:00
}