@eclipse-scout/eslint-config
v24.2.16
Published
ESLint shareable config for the Scout style
Downloads
396
Readme
Eclipse Scout - ESLint
ESLint shareable config for the Eclipse Scout JavaScript style.
Usage
Once the @eclipse-scout/eslint-config
package is installed, you can use it by specifying it in the extends
section of
your ESLint configuration.
module.exports = {
extends: '@eclipse-scout',
rules: {
// Additional, per-project rules...
}
}