eslint-config-seek

13.1.0 • Public • Published

Test Release

eslint-config-seek

This package includes the shareable ESLint configuration used by SEEK.

Usage in sku Projects

The easiest way to use this configuration is with sku, which includes it by default.

You don’t need to install it separately in sku projects.

Usage Outside of sku

If you want to use this ESLint configuration in a project not built with sku, you can install it with following steps.

First, install this package, ESLint and the necessary plugins listed in this project's package.json.

Then create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": "seek"
}

The default configuration includes support for React projects. For projects that are not based on React, the "base" configuration should be used instead:

{
  "extends": "seek/base"
}

You can override the settings from eslint-config-seek by editing the .eslintrc file. Learn more about configuring ESLint on the ESLint website.

License

MIT.

/eslint-config-seek/

    Package Sidebar

    Install

    npm i eslint-config-seek

    Weekly Downloads

    11,241

    Version

    13.1.0

    License

    MIT

    Unpacked Size

    13 kB

    Total Files

    6

    Last publish

    Collaborators

    • seek-oss-ci