Skip to content

Commit a167495

Browse files
Merge pull request #81 from contributorpw/develop
Instal uglify. Update eslint config
2 parents 9b9fc59 + b8f3d9d commit a167495

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

package-lock.json

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"gulp": "^4.0.2",
3535
"gulp-file-include": "^2.3.0",
3636
"merge-stream": "^2.0.0",
37-
"prettier": "^2.2.1"
37+
"prettier": "^2.2.1",
38+
"uglify-js": "^3.13.10"
3839
},
3940
"dependencies": {
4041
"bootstrap": "^4.5.3",

snippets/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"no-unused-vars": ["error", { "varsIgnorePattern": "[on|run]*" }],
1111
"require-jsdoc": "error",
1212
"prefer-rest-params": "off",
13-
"valid-jsdoc": "off"
13+
"valid-jsdoc": "off",
14+
"no-console": "warn"
1415
},
1516
"globals": {
1617
"Sheets": true

0 commit comments

Comments
 (0)