1.0.13 • Published 5 years ago

rd-linters v1.0.13

Weekly downloads
25
License
MIT
Repository
github
Last release
5 years ago

R+D linters

Based on https://github.com/airbnb/javascript/ and https://github.com/airbnb/css/ linting style guides.

Installation

  1. Issue the following command:
npx install-peerdeps --dev rd-linters
  1. In your node project, add a .eslintrc file with the following content:
{
  "extends": "rd"
}
  1. In your VueJS project, add a .eslintrc file with the following content:
{
  "extends": "rd-vue"
}
  1. In your project, add a .stylelintrc file with the following content:
{
  "extends": "stylelint-config-rd"
}
  1. Run the following commands from your project root
cp ./node_modules/rd-linters/.editorconfig ./
cp ./node_modules/rd-linters/.prettierrc ./
  1. Install the following VSCode extensions:
ext install eslint
ext install stylelint

Note: You may have to restart VSCode in order for the changes to take effect

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

6 years ago

0.0.26

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago