@uoe-ssp/eslint-config-uoessp

1.0.2 • Public • Published

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @uoe-ssp/eslint-config-uoessp

Weekly Downloads

3

Version

1.0.2

License

none

Unpacked Size

3.2 kB

Total Files

3

Last publish

Collaborators

  • ryan.stewart
  • samhend-uoe
  • nbinns
  • elaoneill
  • jhay1
  • silviaf
  • defeng
  • pdonoghue_uoe
  • ewilson7
  • mogsy
  • skinnaird92
  • angelpoon
  • tpogoda