eslint-plugin-hardcore

1.1.3 • Public • Published

ESLint Hardcore config

Installing

  1. In your project folder, run:
yarn install --dev eslint-plugin-hardcore
  1. 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
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-hardcore

Weekly Downloads

47

Version

1.1.3

License

MIT

Unpacked Size

11.8 kB

Total Files

5

Last publish

Collaborators

  • ericedouard