Skip to content

Commit

Permalink
Merge pull request #4 from slune-org/typo
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
sveyret authored Sep 2, 2020
2 parents f1f843c + e457373 commit 61b8ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ rules:
caseInsensitive: true
jsdoc/newline-after-description: warn
jsdoc/no-types: warn
jsdoc/no-undefined-types: 'off'
jsdoc/require-description-complete-sentence:
- warn
- abbreviations:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"test:lint": "eslint --config .eslintrc.full.yaml --max-warnings 0 'src/**/*.ts'",
"test:depends": "depcheck",
"test:unit": "nyc mocha 'src/**/*.spec.ts'",
"test:dep": "depcheck",
"build": "pm-exec run build:main",
"build:main": "tsc",
"debug": "pm-exec run debug:watch",
Expand Down

0 comments on commit 61b8ccb

Please sign in to comment.