/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/app/test/.eslintrc.json
23 строки
451 B
Michał Gołębiowski
chore(*): switch from JSHint/JSCS to ESLint
05 авг 2016, 23:18
05 авг 2016, 23:18
c322032
Код
Авторство
О чём код?
{ "root": true, "extends": "../../../.eslintrc-browser.json", "env": { "jasmine": true }, "rules": { // Some rules are not that important in tests and conflict with // Jasmine or would make it easier to write some tests; we disable // those ones here. "no-invalid-this": "off", "no-throw-literal": "off", "no-unused-vars": "off" }, "globals": { // ngMocks "module": false, "inject": true } }