Skip to content

Commit

Permalink
class-methods-use changed to comment in file, test actions reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Mar 25, 2021
1 parent 3ef74e8 commit 1d01aa8
Show file tree
Hide file tree
Showing 8 changed files with 35,819 additions and 31,590 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"rules": {
"no-console": 1, // Means warning
"prettier/prettier": 2, // Means error
"class-methods-use-this": "warn"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"generate:blessed": "node ./tools/generate_png_images.js ../releases ./build/images/blessed",
"generate": "npm run generate:current && npm run generate:blessed",
"diff": "./tools/visual_regression.sh",
"test": "npm run start && npm run generate && npm run diff"
"test": "npm run lint && npm run qunit && npm run generate && npm run diff"
},
"homepage": "http://vexflow.com",
"keywords": [
Expand Down
58,417 changes: 30,419 additions & 27,998 deletions releases/vexflow-debug.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/vexflow-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/vexflow-min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1d01aa8

Please sign in to comment.