0.0.10 • Published 8 months ago

@easysql/eslint-config v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

EasySQL eslint-config

This package exports common ESLint and Prettier configuration used by EasySQL packages.

Usage

  • Install this package as dev dependency
npm i -D @easysql/eslint-config
  • Create eslint.config.mjs in the project root and add shared config
import eslintConfigEasySQL from '@easysql/eslint-config';

export default [
  ...eslintConfigEasySQL,
  {
    rules: {
      // Add your own rules here
    }
  }
];

To generate .d.ts files from .js files

Generate types of js files and add them to package.json otherwise ts compiler gets angry when use this package in a ts project!

https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago