-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.0.16 * first pass at thread agnostic build process * success! * update docs * support buildonly again * 1.0.0-0 * fix fs reference * 1.0.0-1 * fix path reference. add eslint
- Loading branch information
1 parent
450bf9a
commit 8669f54
Showing
6 changed files
with
1,281 additions
and
182 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import globals from 'globals'; | ||
import pluginJs from '@eslint/js'; | ||
|
||
/** @type {import('eslint').Linter.Config[]} */ | ||
export default [{ languageOptions: { globals: globals.node } }, pluginJs.configs.recommended]; |
Oops, something went wrong.