@kth/eslint-config-kth

3.4.0 • Public • Published

@kth/eslint-config-kth

Start using this config

  • Install all needed packages in your project:

    npm install --save-dev @kth/eslint-config-kth eslint prettier
    
    • You need ESLint to enable linting.
    • This ESLint-configuration is also based on Prettier.
    • A configuration of Babel can be used when parsing your code.
  • Place a file ".eslintrc" in the root of your project; it will only need to contain the following:

    {
      "extends": ["@kth/eslint-config-kth"]
    }
    

    All configuration needed will come from this config.

Developer

Our goal with this module is to use the same ESLint config in all our node projects at KTH.

We are all responsible for keeping this module fresh to help us in our daily work.

Don´t be afraid to make changes but also take your time to discuss with colleagues about the changes you want to make.

This module/package is built and published to NPM automatically after push.

Just commit and push and versions will be updated automatically

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.4.0
    1,185
    • latest

Version History

Package Sidebar

Install

npm i @kth/eslint-config-kth

Weekly Downloads

1,259

Version

3.4.0

License

MIT

Unpacked Size

12.9 kB

Total Files

14

Last publish

Collaborators

  • kth-stratus
  • mictsi
  • n_sandstrom
  • kthwebmaster
  • exacs
  • ssundkvist
  • kth-ci
  • emilstenberg