@danscan/eslint-config

1.0.0 • Public • Published

@danscan/eslint-config

My preferred eslint + prettier setup.


Typescript

Installation

yarn add eslint-config-danscan @typescript-eslint/parser eslint prettier typescript --dev
touch .eslintrc.js

.eslintrc.js

module.exports = {
  parser: '@typescript-eslint/parser',
  extends: ['@danscan'],
}

Javascript

Installation

yarn add eslint-config-danscan eslint prettier --dev
touch .eslintrc.js

.eslintrc.js

module.exports = {
  extends: ['@danscan/js'],
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    9
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    9
  • 0.0.3
    0

Package Sidebar

Install

npm i @danscan/eslint-config

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

3.46 kB

Total Files

4

Last publish

Collaborators

  • danscan