Skip to content

Codepoint Turku's Eslint config for web development projects

License

Notifications You must be signed in to change notification settings

codepointtku/jsx-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  ]
}

About

Codepoint Turku's Eslint config for web development projects

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published