/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.eslintrc-browser.json
17 строк
394 B
Michał Gołębiowski
chore(*): switch from JSHint/JSCS to ESLint
05 авг 2016, 23:18
05 авг 2016, 23:18
c322032
Код
Авторство
О чём код?
{ "extends": "./.eslintrc-base.json", "env": { // Note: don't set `"browser": true`; code in "src/" should be compatible with // non-browser environments like Node.js with a custom window implementation // like jsdom. All browser globals should be taken from window. "browser": false, "node": false }, "globals": { "window": false, "angular": false } }