@oriflame/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

5.15.15 • Public • Published

@oriflame/eslint-config

Sharable configuration for eslint.

Installation

npm install --save-dev @oriflame/eslint-config eslint
yarn add --dev @oriflame/eslint-config eslint

Usage

.eslintrc.js:

module.exports = {
  root: true,
  extends: [
    'oriflame',
    'oriflame/node',
    'oriflame/typescript',
    'oriflame/future',
    'oriflame/prettier',
  ],
};

Presets

  • oriflame
    • Base preset containing bare configuration
  • node
    • Enable rules for node
  • typescript
    • Enable support for typescript
  • nextjs
    • Enable support for next
  • future
    • Enable esnext support
  • prettier
    • Enable integration with prettier
    • This must be last

/@oriflame/eslint-config/

    Package Sidebar

    Install

    npm i @oriflame/eslint-config

    Weekly Downloads

    5

    Version

    5.15.15

    License

    MIT

    Unpacked Size

    288 kB

    Total Files

    147

    Last publish

    Collaborators

    • samanekm
    • ondrej_langr.oriflame
    • jan.novotny.oriflame
    • cfmano
    • jakubmazanec
    • ori-development