1.0.3 • Published 4 years ago
@phonesoap/eslint-config v1.0.3
PhoneSoap JS Linting Rule Set
Including this rule set in a new project
From the command line:
yarn add -D @phonesoap/eslint-config
(replace <latest-version>
with the latest release version at PhoneSoap ESLint Config)
In your eslint config file:
...
"extends": [
"@phonesoap/eslint-config"
]
...
You can then add rules or configuration on top of this config as needed.
Modifying this rule set
We'll naturally make changes to rules as we define/discover our needs. Immediate changes to rules should be made in individual projects. Once we feel a rule is stable in one or more projects, we'll update it here.
Releases
Use github's built-in release management tool. Let's keep the version in package.json
consistent with the release version. I.e. before you create a new release, update the version in package.json
.