Skip to content

Commit

Permalink
Lint ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Feb 11, 2020
1 parent 09facda commit ccb7d07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions typescript.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
module.exports = {
extends: ['plugin:@typescript-eslint/recommended', 'prettier/@typescript-eslint'],
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
],
plugins: ['@typescript-eslint'],
rules: {
'@typescript-eslint/no-non-null-assertion': 0,
// Typescript will almost always infer this correctly
Expand Down

0 comments on commit ccb7d07

Please sign in to comment.