0.6.0 • Published 1 month ago

eslint-config-prisma v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

eslint-config-prisma

trunk

Installation

npm add -D  eslint-config-prisma \
            eslint \
            @typescript-eslint/eslint-plugin \
            @typescript-eslint/parser \
            eslint-plugin-deprecation \
            eslint-plugin-only-warn \
            eslint-plugin-prefer-arrow \
            eslint-plugin-tsdoc

Usage

import configPrisma from 'eslint-config-prisma'
import tsEslint from 'typescript-eslint'

export default tsEslint.config({
  ignores: ['**/build/**/*', 'eslint.config.js'],
  extends: [...configPrisma],
  languageOptions: {
    parserOptions: {
      project: true,
      tsconfigRootDir: import.meta.dirname,
    },
  }
})
0.5.3-next.1

1 month ago

0.6.0-next.1

1 month ago

0.3.0

1 month ago

0.5.4

1 month ago

0.5.3

1 month ago

0.5.0

1 month ago

0.3.2

1 month ago

0.4.0

1 month ago

0.3.1

1 month ago

0.5.2

1 month ago

0.6.0

1 month ago

0.5.1

1 month ago

0.1.1-next.1

6 months ago

0.2.0

6 months ago

0.2.0-next.2

6 months ago

0.1.0

1 year ago

0.1.0-next.2

1 year ago

0.1.0-next.1

1 year ago

0.0.0-dripip

1 year ago