Skip to content

avilyre/as-code-eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

As Code Eslint Config

Improve your code with this custom eslint patterns

Features

  • ๐Ÿ“ Eslint
  • ๐Ÿ“ Prettier
  • ๐Ÿ“ React | React Hooks
  • ๐Ÿ“ NodeJS

Integrating into your project

  // Install the dependency in your project
  $ npm i @as-code/eslint-config --save-dev

  // Create an eslint file
  $  .eslintrc.json

And paste the following code into the file:

  {
    // For react project
    "extends": "@as-code/eslint-config/react"
  }

Or

  {
    // If you are creating a node application
    "extends": "@as-code/eslint-config/node"
  }

About

My custom eslint configurations

Resources

Stars

Watchers

Forks

Packages

No packages published