This repository has been archived on 2023-03-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
static-share/.eslintrc
2016-09-05 08:36:06 +01:00

9 lines
169 B
Text

{
"extends": "./node_modules/eslint-config/.eslintrc",
"rules": {
"no-unused-vars": [2, {"vars": "all", "args": "none"}]
},
"globals": {
"$": true
}
}