3.2.4 • Published 2 months ago

@peggyjs/eslint-config v3.2.4

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

eslint configuration for Peggy projects

For js-only projects:

File: .eslintrc.js (or .eslintrc.cjs if you're type "module"):

"use strict";

module.exports = {
  root: true,
  extends: ["@peggyjs"],
};

For projects that include typescript:

"use strict";

module.exports = {
  root: true,
  extends: ["@peggyjs", "@peggyjs/eslint-config/typescript"],
};
3.2.4

2 months ago

3.2.3

3 months ago

3.2.2

3 months ago

3.2.1

3 months ago

3.2.0

3 months ago

3.1.0

3 months ago

3.0.3

10 months ago

3.0.6

9 months ago

3.0.5

10 months ago

3.0.2

11 months ago

3.0.1

1 year ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago