Skip to content

Commit

Permalink
chore: now warn ignored
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mnater committed Jan 28, 2024
1 parent 0cb2cdc commit 1e1e783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default [
{
"files": [
"Hyphenopoly_Loader.js",
"Hyphenopoly.js"
"Hyphenopoly.js",
"testsuite/testdriver.js"
],
"languageOptions": {
"ecmaVersion": "latest",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"pretest": "npm run lint",
"test": "c8 tap --disable-coverage --allow-empty-coverage test/*.js",
"testsuite": "open http://127.0.0.1/~mnater/Hyphenopoly/testsuite/ && open http://127.0.0.1/~mnater/Hyphenopoly/min/testsuite/",
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts testsuite/* && remark -q *.md && remark -q */*.md",
"lint": "eslint --no-warn-ignored Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts testsuite/* && remark -q *.md && remark -q */*.md",
"prepare": "sh ./tools/minify.sh",
"beforeRelease": "npm run prepare && cp -R ./min ./docs/ && cp ./examples/example.html ./docs/min/ && cp -R ./examples/webpack/dist ./docs/",
"doc": "cd ./docs/ && bundle exec jekyll serve -l -o"
Expand Down

0 comments on commit 1e1e783

Please sign in to comment.