Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Chen-plus committed Mar 30, 2024
1 parent 53632b3 commit 98a3a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ const lint = async () => {
await exec('npx eslint *.*js source/*.*js test/*.*js publish/*.*js tools/*.js');
writeLine('pylint');
await exec('python -m pip install --upgrade --quiet pylint');
//await exec('python -m pylint -sn --recursive=y source test publish tools *.py');
await exec('python -m pylint -sn --recursive=y source test publish tools *.py');
};

const validate = async() => {
Expand Down

0 comments on commit 98a3a82

Please sign in to comment.