Custom Marlint Configuration
Override default configuration
To override the default configuration, add eslintConfig
key to package.json
like the following:
Ignore files and directories
Create .eslintignore
file or add eslintIgnore
key in package.json
like the following:
Last updated