AtomicExamples icon indicating copy to clipboard operation
AtomicExamples copied to clipboard

Add a CI task to validate PR's

Open JoshEngebretson opened this issue 8 years ago • 0 comments

To execute ESLint, eslint needs to be installed. To install it globally, use

npm install -g eslint

or install it in node modules

to run it type

cd AtomicExamples
eslint ./

or

cd AtomicExamples
path/to/eslint ./

JoshEngebretson avatar Jun 12 '16 23:06 JoshEngebretson