morgan-zylotech
Results
2
issues of
morgan-zylotech
The help message states that `grouped` and `inline-grouped` are the only available options, however the documentation in the README.md file implies that you can also use `lines`. I was only...
I've imported this ruleset into my application in my package.json file `"eslint-plugin-react-security": "git+ssh://[email protected]:snyk-labs/eslint-plugin-react-security.git",` I've declared the rule in my .eslintrc.js file like: ```javascript plugins: [ 'react', 'cypress', 'html', 'no-unsanitized', 'react-security',...
bug