Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed Oct 22, 2020
1 parent 86abec7 commit c21c19f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
},
"xo": {
"rules": {
"no-lonely-if": "off",
"curly": "off",
"linebreak-style": [
"error",
"unix"
Expand All @@ -56,6 +58,14 @@
"error",
"always"
]
}
},
"overrides": [
{
"files": "**/*.ts",
"rules": {
"@typescript-eslint/no-explicit-any": "error"
}
}
]
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"strict": true,
"declaration": true,
"sourceMap": true,
"pretty": true,
Expand All @@ -21,4 +22,4 @@
"noEmitOnError": true,
"skipLibCheck": true
}
}
}

0 comments on commit c21c19f

Please sign in to comment.