/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ngLocale/.eslintrc.json
11 строк
267 B
Michał Gołębiowski
chore(*): switch from JSHint/JSCS to ESLint
05 авг 2016, 23:18
05 авг 2016, 23:18
c322032
Код
Авторство
О чём код?
{ "rules": { /* locale files are generated from a 3rd party library so they don't adhere to all the rules */ "block-spacing": "off", "eqeqeq": "off", "max-len": "off", "no-bitwise": "off", "no-multi-spaces": "off", "quotes": "off" } }