/
githubmirror
/
alluxio
Обзор
Документация
Войти
/
githubmirror
/
alluxio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v310
webui/master/tslint.json
26 строк
594 B
Bin Fan
Rename module alluxio-ui to webui for consistency
11 май 2019, 00:17
11 май 2019, 00:17
671b0ec
Код
Авторство
О чём код?
{ "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"], "linterOptions": { "exclude": [ "config/**/*.js", "node_modules/**/*.ts", "coverage/lcov-report/*.js" ] }, "rules": { "adjacent-overload-signatures": true, "arrow-return-shorthand": [true, "multiline"], "no-console": { "severity": "warning", "options": [ "debug", "info", "log", "time", "timeEnd", "trace" ] }, "quotemark": [true, "single", "jsx-double", "avoid-escape", "avoid-template"] } }