@js-omar/eslint-config
v1.19.0
Published
Eslint Config Project
Downloads
57
Readme
Eslint Config
Eslint Config Project
Installation
Use the package manager npm to install @js-omar/eslint-config as dev dependencies.
npm i -D @js-omar/eslint-config
Usage
.eslintrc.js
module.exports = {
extends: ['@js-omar/eslint-config/.eslintrc.base.js'],
overrides: [
{
files: ['*.js'],
extends: ['@js-omar/eslint-config/.eslintrc.javascript.js'],
},
{
files: ['*.ts'],
extends: ['@js-omar/eslint-config/.eslintrc.typescript.js'],
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.*.json', './{apps,libs}/*/*/tsconfig.*.json'],
},
},
],
};
Development
To run this project in development use
Clone the project
git clone https://github.com/js-omar/eslint-config.git
Install Packages
npm install
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Authors
Hi, I'm Omar Elsayed! 👋
I'm a full stack javascript developer...
🛠 Skills
Typescript, Javascript, Angular, Ionic, Nest.js, Node.js, HTML, CSS...
License
Feedback
If you have any feedback, please reach out to us at [email protected]