UNPKG

nemo-accessibility

Version:

nemo-accessibility is a nemo plugin aimed to run accessibility scans during nemo tests. nemo-accessibility plugin uses axe-core, htmlcode smiffer and chrome engines to run accessibility scans on a given page or on a given element on a page.

47 lines (46 loc) 1.3 kB
{ "env": { "browser": true }, "globals": { "goog": false, "axs": true, "getEventListeners": true }, "plugins": ["google-camelcase"], "rules": { "brace-style": [2, "1tbs", { "allowSingleLine": true }], "camelcase": 0, "comma-style": [2, "last"], "curly": 0, "dot-notation": 0, "eqeqeq": 0, "google-camelcase/google-camelcase": 1, "indent": 1, "key-spacing": 1, "new-cap": 0, "no-console": 0, "no-else-return": 1, "no-fallthrough": 2, "no-multi-spaces": 1, "no-param-reassign": 1, "no-redeclare": 0, "no-underscore-dangle": 0, "no-unused-expressions": 0, "no-use-before-define": 0, "object-curly-spacing": [1, "always"], "one-var": [2, "never"], "quotes": [1, "single", "avoid-escape"], "quote-props": 0, "semi": 2, "semi-spacing": 1, "space-after-keywords": [2, "always"], "space-before-blocks": [2, "always"], "space-before-function-paren": [1, "never"], "spaced-comment": [2, "always"], "space-in-parens": [2, "never"], "space-infix-ops": 1, "space-unary-ops": 1, "strict": 0 } }