Skip to content

Commit

Permalink
fix(typescript): do not set mocha env (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 16, 2021
1 parent a1cfa6c commit 418d964
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ module.exports = {
rules: {
'node/no-unsupported-features/es-syntax': ['error', { 'ignores': ['modules'] }],
'node/no-missing-import': ['error', { 'tryExtensions': ['.js', '.ts'] }]
},
env: {
mocha: true
}
};

0 comments on commit 418d964

Please sign in to comment.