UNPKG

239 BYAMLView Raw
1version: 2
2jobs:
3 build:
4 docker:
5 - image: 'circleci/node:10-jessie-browsers'
6 steps:
7 - checkout
8 - run:
9 name: Run Eslint
10 command: |
11 npm i -D
12 ./node_modules/.bin/eslint .
13
\No newline at end of file