0.5.1 • Published 2 years ago

@yuukoyoung/eslint-config v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@yuukoyoung/eslint-config

View changelog

shareable eslint configs

Install

pnpm add -D @yuukoyoung/eslint-config

Usage

.eslintrc.cjs

JavaScript

module.exports = {
  root: true,
  extends: ['@yuukoyoung', '@yuukoyoung/eslint-config/prettier'],
};

TypeScript

module.exports = {
  root: true,
  extends: [
    '@yuukoyoung/eslint-config/typescript',
    '@yuukoyoung/eslint-config/prettier',
  ],
};

Vue

module.exports = {
  root: true,
  extends: [
    '@yuukoyoung/eslint-config/typescript',
    '@yuukoyoung/eslint-config/vue',
    '@yuukoyoung/eslint-config/prettier',
  ],
};

JSON

module.exports = {
  root: true,
  extends: [
    '@yuukoyoung/eslint-config/typescript',
    '@yuukoyoung/eslint-config/vue',
    '@yuukoyoung/eslint-config/json',
    '@yuukoyoung/eslint-config/prettier',
  ],
};
0.5.1

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago