Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
13 lines (12 sloc) 221 Bytes
{
"extends": "airbnb-base/legacy",
"globals": {
"jQuery": true,
"$": true,
"Blacklight": true
},
"rules": {
"no-param-reassign": [2, { "props": false }],
"func-names": ["error", "never"]
}
}
You can’t perform that action at this time.