https://github.com/froiden/js-standard
Javascript standard followed at Froiden
https://github.com/froiden/js-standard
Last synced: 2 months ago
JSON representation
Javascript standard followed at Froiden
- Host: GitHub
- URL: https://github.com/froiden/js-standard
- Owner: Froiden
- License: mit
- Created: 2016-07-01T06:42:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T06:12:58.000Z (about 8 years ago)
- Last Synced: 2024-12-30T06:27:16.306Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Coding Standard
This repository contains config file for [ESLint](https://github.com/eslint/eslint). This coding standard is followed at [Froiden](http://www.froiden.com).## Installation
You will need install few npm packages for this to work. Run following command to do so:npm install -g eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-html eslint-plugin-import
## Configuration
Simply follow configuration procedure of your faviourite editor and point to the config included in this repository and you are done!## Attributions
The config file has been derieved from [AirBnB JavaScript Style Guide](https://github.com/airbnb/javascript).