@uoe-ssp/eslint-config-uoessp
v1.0.2
Published
University of Edinburgh SSP Development Team eslint plugin of rules.
Maintainers
Keywords
Readme
eslint config
Our shared ESLint configuration, stored in the .eslintrc.js file.
Using our shared eslint config
You will need to install this as a dependency.
npm install --save-dev @uoe-ssp/eslint-config-uoesspYou then need to add this config to your package.json:
...
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:vue/essential",
"plugin:vue-a11y/recommended",
"@uoe-ssp/uoessp"
]
}
...You still need to import all the standard batches of config we extend from.
Release notes
| Version | Release notes |
| --- | --- |
| 1.0.1 | Updated readme with usage instructions. |
| 1.0.0 | Ported across from SCEC's apply-form app. Added no-trailing space rule. |
Publishing changes
Once you have:
- Updated the version in
package.json. - Added the release notes to the
README.md. - Had your changes merged in.
It's ready to be published on npm. It can then be included in other projects as a dependency. Currently this can be done by the team's technical lead.
