0.2.0 • Published 3 months ago

@opencast/eslint-config-ts-react v0.2.0

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
3 months ago

Opencast Shared ESLint config (for TS + React)

ESLint configuration used by many Opencast-related frontend projects. This configuration contains rules for TypeScript and React, so it's only useful for projects using both of those.

Usage

Run:

npm install --save-dev @opencast/eslint-config-ts-react

And add this to your ESLint config (e.g. .eslintrc.js):

{
    extends: ["@opencast/eslint-config-ts-react"],
    // ...
}

Also make sure you already have eslint and all other peerDependencies of this configuration in your package.json.

License

Licensed as CC0 1.0.

0.2.0

3 months ago

0.1.0

11 months ago