This package includes some opinionated configuration for ESLint, used at Float and friends.
You can install and use the config in your project either by installing from npm or local code.
You can install the package using below commands:
npm install eslint-config-float --save-dev
# or
yarn add eslint-config-float --devIf you have cloned the repository and want to use the package from local copy, run below command in the folder where you cloned this repository:
npm linkThen in your project folder, run below command:
npm link eslint-config-floatIn any of your project's .eslintrc files, extend from this package:
{
"extends": "float"
}See the LICENSE file.