-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency @cloudfour/eslint-plugin to v17 (#1431)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Caleb Eby <[email protected]>
- Loading branch information
1 parent
8216267
commit 3b84118
Showing
9 changed files
with
293 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
const run = require('gulp-run'); | ||
|
||
const buildTokens = () => { | ||
return run('npm run preprocess:tokens').exec(); | ||
}; | ||
const buildTokens = () => run('npm run preprocess:tokens').exec(); | ||
|
||
module.exports = buildTokens; |
Oops, something went wrong.