/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react-router/tslint.json
37 строк
1 KB
Ely Lucas
chore(react): adding prettier and formating files
07 дек 2020, 19:31
Не верифицирован
07 дек 2020, 19:31
91aaaab
Код
Авторство
О чём код?
{ "extends": ["tslint-ionic-rules/strict", "tslint-react"], "linterOptions": { "exclude": ["**/*.spec.ts", "**/*.spec.tsx"] }, "rules": { "arrow-parens": false, "no-conditional-assignment": false, "no-non-null-assertion": false, "no-unnecessary-type-assertion": false, "no-import-side-effect": false, "trailing-comma": false, "no-null-keyword": false, "no-console": false, "no-unbound-method": false, "no-floating-promises": false, "no-invalid-template-strings": true, "ban-export-const-enum": true, "only-arrow-functions": false, "strict-boolean-conditions": [false], "jsx-key": false, "jsx-self-close": false, "jsx-curly-spacing": [true, "never"], "jsx-boolean-value": [true, "never"], "jsx-no-bind": false, "jsx-no-lambda": false, "jsx-no-multiline-js": false, "jsx-wrap-multiline": false, "forin": false, "strict-type-predicates": false, "no-unused-expression": false, "no-constant-condition": false, "no-empty-interface": false, "prefer-conditional-expression": false, "prefer-object-spread": false } }