Skip to content

Commit

Permalink
Merge branch 'conformance-plugin' of https://github.com/azukaru/next.js
Browse files Browse the repository at this point in the history
… into conformance-plugin
  • Loading branch information
prateekbh committed Jan 23, 2020
2 parents 2a5e112 + 9a543d9 commit bc4aeb4
Show file tree
Hide file tree
Showing 630 changed files with 10,330 additions and 8,065 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Expand Up @@ -61,6 +61,15 @@
"ignoreRestSiblings": true
}
],
"no-unused-expressions": "off",
"@typescript-eslint/no-unused-expressions": [
"error",
{
"allowShortCircuit": true,
"allowTernary": true,
"allowTaggedTemplates": true
}
],
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "warn"
}
Expand Down

0 comments on commit bc4aeb4

Please sign in to comment.