Skip to content

eslint configs from avenga for various languages

License

Notifications You must be signed in to change notification settings

jagoe/eslint-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

eslint configs from avenga for various languages

install and use

  1. install eslint as per default:
    https://eslint.org/docs/user-guide/getting-started

  2. install this package:
    npm: npm i --save-dev @avenga/eslint-config
    yarn: yarn add --dev @avenga/eslint-config

  3. extend the config which you want to use

    • javascript + typescript: "extends": "@avenga/eslint-config"
    • javascript only: "extends": "@avenga/eslint-config/javascript"
    • typescript only: "extends": "@avenga/eslint-config/typescript"

    Note: this already includes eslint/recommended

  4. Next steps:

    • configure additional settings such as browser: true or node: true
    • contribute additional configs for react or angular apps for example

About

eslint configs from avenga for various languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%