Skip to content

Commit

Permalink
attempting something
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed May 22, 2024
1 parent 8751987 commit b0bc54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const js = require('@eslint/js');

module.exports = [
js.configs.recommended,
{
files: ['**/*.js'],
ignores: ['dist/', 'eslint.config.js'],
Expand All @@ -17,4 +16,5 @@ module.exports = [
globals: { commonjs: true, es6: true, jest: true, node: true },
},
},
js.configs.recommended,
];

0 comments on commit b0bc54c

Please sign in to comment.