Skip to content

Commit

Permalink
Allow linting before build
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Aug 1, 2022
1 parent 47fbe84 commit d487f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
// override rule to allow running linting before build (dist directory won't exist yet)
/* eslint import/no-unresolved: "warn" */
require('./dist/all');

0 comments on commit d487f25

Please sign in to comment.