Skip to content

Commit

Permalink
Add AVA linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Oct 15, 2023
1 parent 5a7d152 commit aa97a36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const ava = require('@jgarber/eslint-config/ava');
const config = require('@jgarber/eslint-config');

module.exports = [
...config
...config,
...ava
];

0 comments on commit aa97a36

Please sign in to comment.