diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 00000000000..7391d614507 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,18 @@ +{ + "env": { + "browser": true, + "jquery": true, + "es6": true, + "es2021": true + }, + "globals": { + "PF": "readonly", + "PrimeFaces": "readonly", + "jsf": "readonly", + "faces": "readonly", + "mojarra": "readonly" + }, + "rules": { + "no-undef": "error" + } +}