eslint-config-ameria
v1.0.19
Published
eslint and prettier configuration
Readme
Eslint/Prettier shared package
To get started with the project, follow these steps to install the required packages for ESLint and Prettier.
ESLint/Prettier
Install ESLint as a development dependency:
npm install eslint-config-ameria --save-dev
Usage
.prettierrc.js in your project
module.exports = {
extends: ["eslint-config-ameria/prettier"],
// ... other project-specific options
};
—————————————————————————————————————————————
.eslintrc.js in your project
module.exports = {
extends: ["eslint-config-ameria"],
// ... other project-specific options
};