Skip to content
Snippets Groups Projects
Commit 3d95f654 authored by filmaj's avatar filmaj
Browse files

added linting details to the README.

parent 59e84000
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,14 @@ If you run `npm install` before running `npm run prepare`, `npm` will install th ...@@ -78,6 +78,14 @@ If you run `npm install` before running `npm run prepare`, `npm` will install th
* vocabulary spellchecking * vocabulary spellchecking
* Tests * Tests
## Style Guide / Linting
This project uses [eslint](https://eslint.org) to enforce JavaScript coding style. To run the linter:
```bash
npm run lint
```
## Contributing ## Contributing
Please see [Contributing.md](Contributing.md) for details. Pull requests are welcome. Please see [Contributing.md](Contributing.md) for details. Pull requests are welcome.
...@@ -87,4 +95,4 @@ Please see [Contributing.md](Contributing.md) for details. Pull requests are wel ...@@ -87,4 +95,4 @@ Please see [Contributing.md](Contributing.md) for details. Pull requests are wel
Copyright 2017 Adobe Systems Incorporated. All rights reserved. Copyright 2017 Adobe Systems Incorporated. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License"); This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0 of the License at http://www.apache.org/licenses/LICENSE-2.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment