1.0.2 • Published 4 years ago

@uoe-ssp/eslint-config-uoessp v1.0.2

Weekly downloads
1
License
-
Repository
gitlab
Last release
4 years ago

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-uoessp

You 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

VersionRelease notes
1.0.1Updated readme with usage instructions.
1.0.0Ported 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.

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago