Skip to content

Commit

Permalink
enhance: Promise is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed May 22, 2021
1 parent 99c9255 commit 0a3eb54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ program
}
try {
const cwd = options.dir || `./${projectName}`;
// eslint-disable-next-line no-undef
await Promise.all([
verifyAndPrompt(),
execa('npx yo', ['@anansi/js', projectName], {
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const config = {
env: {
jest: true,
browser: true,
es6: true,
},
plugins: ['prettier', 'react-hooks', 'import', 'react'],
rules: {
Expand Down

0 comments on commit 0a3eb54

Please sign in to comment.