0.2.7 • Published 8 months ago

eslint-config-webtales v0.2.7

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

eslint-config-webtales

This package uses ESLint to enforce Webtales company code style and provides a shared base configuration for our Javascript projects.

Install

npm

npm i -D eslint-config-webtales

Usage

Create a .eslintrc.js file in base of your project.

IMPORTANT You must install "ESLINT" extension on your IED!!

On projects that already have ESLINT configured you should delete all .eslintrc files and remove all depedencies from package.json about eslint and babel. After that you should create the .eslintrc.js file and install the projects dependencies again.

On Vue projects do not remove @vue/cli-plugin-babel dependency.

If not work pls restart your IDE.

For Node Projects

module.exports = { extends: ['webtales/node-eslint'] };

For Vue Projects

module.exports = { extends: ['webtales/node-eslint', 'webtales/vue-eslint'] };

For Vue 3 Projects

module.exports = { extends: ['webtales/node-eslint', 'webtales/vue3-eslint'] };

Contributing

You can make sure this module lints with itself using npm lint.

0.2.7

8 months ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.6

2 years ago

0.1.9

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago