3.3.1 • Published 1 month ago

@alex-d/eslint-config v3.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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',
  },
}
3.3.1

1 month ago

3.3.0

1 month ago

3.2.1

3 months ago

3.2.0

3 months ago

3.1.0

3 months ago

3.0.1

8 months ago

3.0.0

8 months ago

2.2.0

1 year ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago