Skip to content

Commit

Permalink
fix: bump typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark-Kuehl committed Jul 21, 2022
1 parent 713d3f5 commit e60bfd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/typescript/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
const environment = require('./enviroment');

module.exports = {
parserOptions: {
project: 'tsconfig/base.json',
},
extends: [
'./rules/base',
'./rules/import',
'./rules/typescriptEslint',
],
env: environment,
parserOptions: {
project: 'tsconfig/base.json',
},
};

0 comments on commit e60bfd6

Please sign in to comment.