archive
/
JSFuckify
Archived
1
Fork 0
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.
JSFuckify/.eslintrc

12 lines
207 B
Plaintext
Raw Permalink Normal View History

2016-03-24 19:46:32 +00:00
{
"extends": "./node_modules/eslint-config/.eslintrc",
"parser": "babel-eslint",
2016-03-25 12:28:28 +00:00
"globals": {
"before": true,
"beforeEach": true,
"describe": true,
"it": true,
"expect": true
}
2016-03-24 19:46:32 +00:00
}