Commit eff1d710 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Removed useless tslint configuration.

No related merge requests found
Showing with 0 additions and 6 deletions
+0 -6
{
"extends": ["tslint:recommended", "irstea-typescript-config"],
"rulesDirectory": ["node_modules/codelyzer"],
"rules": {
"rxjs-prefer-async-pipe": false,
"directive-selector": [true, "attribute", "lib", "camelCase"],
"component-selector": [true, "element", "lib", "kebab-case"]
},
"linterOptions": {
"exclude": ["node_modules/**", "dist/**", "coverage/**"]
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment