1.0.13 • Published 6 years ago

rd-linters v1.0.13

Weekly downloads
25
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

7 years ago

0.0.26

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago