ESLint shareable config for the ekstep content plugins
$ npm install --save-dev eslint eslint-config-ekstep-content-plugin
Once the eslint-config-ekstep-content-plugin
package is installed, you can use it by specifying ekstep-content-plugin
in the extends
section of your .eslintrc.yaml.
extends: "ekstep-content-plugin"
rules: // Additional, per-project rules...