0.1.0 • Published 2 years ago

eslint-config-coddle v0.1.0

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

Eslint-Config-Coddle

This package provides a pre-configured ESLint setup for JavaScript projects.

Features

  • Enforces consistent code style and best practices
  • Includes a set of popular ESLint plugins (such as eslint-plugin-react, airbnb)
  • Configured to work with the latest JavaScript syntax (ES6+)

Installation

npm i --save-dev eslint@8.31.0 eslint-config-coddle
# or if you're using yarn
yarn add -D eslint@8.31.0 eslint-config-coddle

Usage

In your project's eslintrc file, extend the config:

module.exports = {
  extends: ['coddle'],
};

Run ESLint on your code:

npx eslint .

Note

Please ensure that your ESLint version is at least 8.31.0 before using this package. Additionally, if you are using this package in a React Native project, please make sure that you have @react-native-community/eslint-config version 3.2 or higher installed.

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.1.0

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago