Skip to content

Commit

Permalink
chore: stop linting build artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Sep 16, 2023
1 parent 2d5da46 commit 0635f4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const { FlatCompat } = require('@eslint/eslintrc')
const compat = new FlatCompat()

module.exports = [
{
ignores: ['.webpack/'],
},
...compat.extends(
'@will-stone/eslint-config-base',
'@will-stone/eslint-config-typescript',
Expand Down

0 comments on commit 0635f4a

Please sign in to comment.