diff --git a/package.json b/package.json index ffb1e52..ef96c9f 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 0000000..a0157e2 --- /dev/null +++ b/po/.eslintrc @@ -0,0 +1,5 @@ +{ + "env": { + "node": true, + }, +}