Guest User

Untitled

a guest
Sep 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
  3. "linterOptions": {
  4. "exclude": [
  5. "config/**/*.js",
  6. "node_modules/**/*.ts",
  7. "coverage/lcov-report/*.js"
  8. ]
  9. },
  10. "rules": {
  11. "interface-name": false,
  12. "ordered-imports": false,
  13. "object-literal-shorthand": false,
  14. "jsx-no-lambda": false
  15. }
  16. }
Add Comment
Please, Sign In to add comment