Skip to content

Commit c5bf439

Browse files
committed
chore: change eslint
1 parent 625f08b commit c5bf439

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ const stylisticPlus = require('@stylistic/eslint-plugin-plus')
1111
module.exports = [
1212
{
1313
files: [
14-
'src/*.ts',
15-
'__tests__/*.ts'
14+
'src/*.ts'
1615
],
1716
plugins: {
1817
'@typescript-eslint': ts,

0 commit comments

Comments
 (0)