Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. installation - npm install stylelint
  2. # Run STYLELint
  3. command - ./node_modules/.bin/stylelint '**/*.less'
  4.  
  5. Installation - npm install eslint eslint-plugin-babel babel-eslint eslint-plugin-react eslint-plugin-jsx-a11y@latest
  6. # Run ESLint
  7. Command - ./node_modules/.bin/eslint src/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement