remove linting mention from contributing guide

This commit is contained in:
Sebastian McKenzie
2015-02-26 22:34:54 +11:00
parent 330f6910c6
commit 32606ddb93

View File

@@ -4,10 +4,6 @@ Contributions are always welcome, no matter how large or small. Before
contributing, please read the
[code of conduct](https://github.com/babel/babel/blob/master/CODE_OF_CONDUCT.md).
**NOTE:** Please do not send pull requests that fix linting issues. It's highly
likely that they've already been fixed by the time it's submitted and it just
pollutes the git tree.
## Developing
#### Setup
@@ -44,15 +40,6 @@ running them with `mocha`:
$ mocha test/transformation.js
```
#### Linting
Please follow the correct code style, this ensures that the code is consistent
and increases maintainability.
```sh
$ make lint
```
#### Workflow
* Fork the repository