Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (14 sloc) 261 Bytes
{
"parser": "babel-eslint",
"extends": "airbnb-base/legacy",
"globals": {
"jQuery": true,
"$": true,
"sigma": true,
"auk": true
},
"rules": {
"no-param-reassign": [2, { "props": false }],
"func-names": ["error", "never"]
}
}
You can’t perform that action at this time.