eddies / stylelint-junit-formatter

Output Checkstyle XML reports of stylelint results
MIT License
6 stars 8 forks source link

Adds "files" to package.json, adds eslint and updates documentation #9

Closed eddies closed 5 years ago

eddies commented 5 years ago

Adds "files" array to package.json so we are only packaging index.js (previously, we were packaging test.js, .editorconfig, .travis.yml, etc).

Adds eslint-config-airbnb-base@14.0.0 (and peerDependencies eslint & eslint-plugin-import) as devDependencies

Updates .travis.yml to add Node 12, drop Node 6 (stylelint-junit-formatter still runs fine with Node 6, though)

Updates README.md with CircleCI usage, examples and screenshots