Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.16 KB

eslint-config-schibsted Build Status Greenkeeper badge

A module to contain the Schibsted JavaScript linting rules for ESLint.

Contributing

If you want to contribute, read more here.

How to use

See the README.md in packages/eslint-config-schibsted for usage documentation.

Testing

We use Yarn for installation. It is recommended to install Yarn using the native installation method for your environment. See https://yarnpkg.com/en/docs/install So don't do a npm i -g yarn. Use brew update && brew install yarn on mac or see yarn installation guide for more info. For travis, we rely on [the existence of yarn.lock in the root] (https://blog.travis-ci.com/2016-11-21-travis-ci-now-supports-yarn) to do the heavy work. Then simply run yarn run test from the root to test all packages in packages dir.