Skip to content

Commit

Permalink
refactor(lint): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofdiamond5 committed Nov 21, 2023
1 parent 41d5f8f commit dda15df
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"ignore-pattern": "TODO|\\w\\.\\w"
}
],
"member-ordering": [
true,
{
"order": "fields-first"
}
],
"variable-name": [
true,
"allow-leading-underscore"
Expand All @@ -45,15 +39,12 @@
true,
"@angular-devkit/schematics"
],
"array-type": false,
"member-ordering": false,
"interface-name": false,
"max-classes-per-file": false,
"prefer-object-spread": false,
"prefer-conditional-expression": false,
"object-literal-sort-keys": [
true,
"ignore-case",
"match-declaration-order",
"shorthand-first"
]
"object-literal-sort-keys": false
}
}

0 comments on commit dda15df

Please sign in to comment.