Skip to content

Commit

Permalink
fix: add missing eslint file
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 4, 2021
1 parent 2ae9f4e commit 16fe7f3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
overrides: [
{
extends: [
'canonical',
'canonical/node',
'canonical/typescript',
],
files: '*.ts',
parserOptions: {
project: './tsconfig.json',
},
},
{
extends: ['canonical'],
files: '*.js',
},
],
root: true,
};

0 comments on commit 16fe7f3

Please sign in to comment.