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:
Please refer to this documentation for ignoring files and directories.
Last updated