1.0.6 • Published 3 years ago

@codepointtku/eslint-config-jsx-eslint v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Codepoint's tsx/jsx ESLint config

npm Release Version GitHub Workflow Status

Codepoint's ESLint config file for making code more consistent and avoiding bugs.

  • What is this for?: This ESLint config is meant to be used for Codepoint's web development projects.
  • Can anyone use it?: Yes, you can use this config however you like, but keep in mind that these settings might change over time.

Contact for questions, information and to contribute

Installation

Run this command in your repository

$ npm install @codepointtku/eslint-config-jsx-eslint --save-dev

Usage

Extend it to your .eslintrc.*, here's a .js example

module.exports = {
  extends: [
    "@codepointtku/jsx-eslint"
  ] 
}

and here's .json

{
  "extends": [
    "@codepointtku/jsx-eslint"
  ]
}
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago