Skip to content

Commit

Permalink
Disable ordering rules for linter (#544)
Browse files Browse the repository at this point in the history
* Disable ordering rules for linter

* Re-enable ordered-imports rule
  • Loading branch information
andresmgot authored Aug 29, 2018
1 parent c8b71c4 commit e89612d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dashboard/tslint.ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"defaultSeverity": "error",
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"jsRules": {},
"rules": {},
"rules": {
"object-literal-sort-keys": false
},
"rulesDirectory": []
}

0 comments on commit e89612d

Please sign in to comment.