eslint-plugin-hardcore
v1.1.3
Published
Import with sanity.
Downloads
267
Readme
ESLint Hardcore config
Installing
- In your project folder, run:
yarn install --dev eslint-plugin-hardcore
- You will see several dependencies were installed. Now, create (or update) a
.eslintrc
file with the following content:
{
'plugins': ["hardcore"],
'extends': [
'plugin:hardcore/recommended', // For any node project
'plugin:hardcore/react', // if using react
'plugin:hardcore/react-native', // if using react-native
]
}