Permalink
Cannot retrieve contributors at this time
21 lines (21 sloc)
315 Bytes
|
{ |
|
"extends": [ |
|
"prettier" |
|
], |
|
"env": { |
|
"es6": true |
|
}, |
|
"globals": { |
|
"angular": false, |
|
"describe": false, |
|
"beforeEach": false, |
|
"afterEach": false, |
|
"expect": false, |
|
"fail": false, |
|
"it": false, |
|
"require": false |
|
}, |
|
"parserOptions": { |
|
"sourceType": "module" |
|
} |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.