eslint-config

Shareable ESLint configuration.

MIT License

Downloads
173
Stars
2
Committers
2

Bot releases are hidden (Show)

eslint-config - v4.3.0 Latest Release

Published by jgarber623 8 months ago

eslint-config - v4.2.1

Published by jgarber623 8 months ago

eslint-config - v4.2.0

Published by jgarber623 8 months ago

eslint-config - v4.1.0

Published by jgarber623 8 months ago

eslint-config - v4.0.0

Published by jgarber623 8 months ago

What's Changed

Full Changelog: https://github.com/jgarber623/eslint-config/compare/v3.0.0...v4.0.0

eslint-config - v3.0.0

Published by jgarber623 about 1 year ago

Breaking Changes

  • 3526446 breaking: Upgrade dependencies (#30)

Bug Fixes

  • 7ff11bb fix: Use jsdoc/recommended config (#31)
  • c39f900 fix: Address miscellaneous configuration issues (#29)

New Features

  • 542e8ce feat: Configure sort-imports (#32)

Full Changelog: https://github.com/jgarber623/eslint-config/compare/v2.0.0...v3.0.0

eslint-config - v2.0.0

Published by jgarber623 about 1 year ago

Breaking Changes

  • 445f87c breaking: Add more plugins (#19)
  • 5f44773 breaking: Fix package build config (#11)
  • 01f8d6a breaking: Update project Node.js version (#10)

Features

  • d92adc1 feat: Add AVA config (#17)
  • f17b039 feat: Add CommonJS config (#16)
  • 114ab70 feat: Use @eslint/eslintrc package to convert Standard's config (#15)

Chores

  • 004b1c4 chore: Add --provenance to npm publish command (#18)
  • 90b6821 chore: Add publish workflow (#14)
  • 8681dc6 chore: Migrate test suite to ava (#13)
  • 13c2404 chore: Update package.json keywords (#12)
  • ee4e3de chore: Bump actions/checkout from 3 to 4 (#7)
  • c9a462a chore: Bump globals from 13.20.0 to 13.21.0 (#6)
  • 03752b0 chore: Bump eslint from 8.46.0 to 8.48.0 (#5)
  • 2af60ed chore: Update eslint dev dependency
  • 0e71f00 chore: Bump eslint from 8.45.0 to 8.46.0 (#4)

Full Changelog: https://github.com/jgarber623/eslint-config/compare/v1.1.1...v2.0.0

eslint-config - v1.1.1

Published by jgarber623 about 1 year ago

  • relaxed peer dependencies
  • smaller package size (thanks, .npmignore)
  • updated development dependencies
eslint-config - v1.1.0

Published by jgarber623 over 1 year ago

  • Adds space-before-function-paren configuration (function() good, function () bad)
  • Adds a test suite!
  • Adds the globals package as a peer dependency
  • Adds commonjs globals to the default config for **/*.js files
eslint-config - v1.0.0

Published by jgarber623 over 1 year ago

Rebuild configuration to use ESLint's new "flat" configuration. Also, rules are now inherited from the JavaScript Standard Style project's eslint-config-standard package.

eslint-config - v0.2.0

Published by jgarber623 over 2 years ago

Rebuild package-lock.json and update ESLint version spec.

eslint-config - v0.1.0

Published by jgarber623 over 2 years ago

Initial release! 🎉