@pixolith/eslint-config-typo3
v8.0.0
Published
## How to use
Downloads
19
Readme
Eslint Config
How to use
Install
npm install @pixolith/eslint-config-typo3 --save-dev
Require the plugin in your package.json
{
"eslintConfig": {
"extends": "@pixolith/eslint-config-typo3"
}
}