0.1.3 • Published 4 years ago

@pschaubroeck/eslint-config-bsc-app v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

eslint-config-bsc-app

eslint shared configuration for Businessolver npm packages.

  • eslint-config-bsc-app is pre-configured with a list of ignore files
  • a generic ignore file, .eslintignore, can be found in this package for use within your apps.

ESLint

ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and JSHint with a few exceptions:

  • ESLint uses Espree for JavaScript parsing.
  • ESLint uses an AST to evaluate patterns in code.
  • ESLint is completely pluggable, every single rule is a plugin and you can add more at runtime.

Documentation

Info

Below is a list of all dependencies required by create-react-app's eslint configuration eslint-config-react-app. In additon to our own specs, these will be installed by using this configuration even if specified files are not needed (ie: typescript)

"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"eslint": "6.x",
"eslint-plugin-flowtype": "3.x || 4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x || 2.x"