mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added link to React coding conventions
This commit is contained in:
parent
f57d6b377e
commit
d38db31eb4
@ -16,7 +16,8 @@ Check our [requirements](/getting_started/server_requirements) documentation.
|
|||||||
|
|
||||||
## Conventions
|
## Conventions
|
||||||
|
|
||||||
We follow the [AirBnB JavaScript Conventions](https://github.com/airbnb/javascript).
|
We follow the [AirBnB JavaScript Conventions](https://github.com/airbnb/javascript),
|
||||||
|
as well as the [AirBnB React Conventions](https://github.com/airbnb/javascript/tree/master/react).
|
||||||
A lot of their rules can be validated via [ESLint](http://eslint.org/),
|
A lot of their rules can be validated via [ESLint](http://eslint.org/),
|
||||||
and can be checked locally via `npm run lint`.
|
and can be checked locally via `npm run lint`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user