1.0.18 • Published 2 years ago

@devlander/eslint-prettier v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Devlander ESLint Prettier

A robust shared configuration package bundling ESLint, Prettier, and TypeScript settings for contemporary JavaScript and TypeScript developments.

on npm

View on npm

A comprehensive shared configuration package that includes ESLint, Prettier, and TypeScript configurations tailored for modern JavaScript and TypeScript projects.

Installation

To get started, install the package via npm or yarn:

npm install @devlander/eslint-prettier --save-dev

or

yarn add @devlander/eslint-prettier --dev

Usage

ESLint

To use the shared ESLint configuration:

  1. Extend your project's .eslintrc.js (or equivalent) with @devlander/eslint-prettier:
module.exports = {
  extends: ["@devlander/eslint-prettier"],
  // ... your other ESLint configurations
};

Prettier

module.exports = require('@devlander/eslint-prettier/prettierConfig');

TypeScript

inside of your tsconfig.json

{
  "extends": "@devlander/eslint-prettier/dist/tsconfig.json",
  // ... your other TypeScript configurations
}

Peer Dependencies

  • eslint: ^7.0.0

Contributing

If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

1.0.18

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago