@alex-d/eslint-config

2.2.0 • Public • Published

ESLint config for TypeScript and JavaScript

These are my settings for ESLint

Install

npx install-peerdeps --dev @alex-d/eslint-config

.eslintrc.js

/* eslint-env node, browser:false */

module.exports = {
  extends: [
    '@alex-d/eslint-config',
  ],
  parserOptions: {
    project: './tsconfig.json',
  },
}

Install

npm i @alex-d/eslint-config

DownloadsWeekly Downloads

16

Version

2.2.0

License

MIT

Unpacked Size

10.8 kB

Total Files

6

Last publish

Collaborators

  • alex-d