diff --git a/package.json b/package.json index ffb1e523..ef96c9fc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "vendor/pako" ], "scripts": { - "lint": "eslint app core po tests utils", + "lint": "eslint app core po/po2js po/xgettext-html tests utils", "test": "karma start karma.conf.js", "prepublish": "node ./utils/use_require.js --as commonjs --clean" }, diff --git a/po/.eslintrc b/po/.eslintrc new file mode 100644 index 00000000..a0157e2a --- /dev/null +++ b/po/.eslintrc @@ -0,0 +1,5 @@ +{ + "env": { + "node": true, + }, +}