0.1.7 • Published 5 months ago

@qitt/config v0.1.7

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

Deprecated

このパッケージは非推奨となりました 今後は @ichiql/prettier-config をご使用ください :)

This package has been deprecated. Use https://github.com/ichiql/anoare instead.


@qitt/config

pnpm add @qitt/config
npm install @qitt/config
yarn add @qitt/config

config file for eslint, prettier, tsconfig...

.eslintrc.js

/** @type {import('eslint').Linter.Config} */
module.exports = {
  ...require('@qitt/config/eslint.cjs'),
  parserOptions: {
    project: './tsconfig.json',
  },
}

package.json

{
  ~~~
  "prettier": "@qitt/config/prettier"
  ~~~
}

tsconfig.json

{
  "extends": "@qitt/config/tsconfig",
  "compilerOptions": {
    ~~~
  },
  "include": ["~~~"]
}
0.1.7

5 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago