This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree 2 files changed +26
-23
lines changed
2 files changed +26
-23
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ If you would like to contribute enhancements or fixes, please do the following:
4
+
5
+ 1 . Fork the plugin repository.
6
+ 2 . Hack on a separate topic branch created from the latest ` master ` .
7
+ 3 . Commit and push the topic branch.
8
+ 4 . Make a pull request.
9
+ 5 . Welcome to the club!
10
+
11
+ Please note that modifications should follow these coding guidelines:
12
+
13
+ - Indent is 2 spaces.
14
+
15
+ - Code should pass [ CoffeeLint] ( http://www.coffeelint.org/ ) with the provided
16
+ ` coffeelint.json `
17
+
18
+ - Vertical whitespace helps readability, don’t be afraid to use it.
19
+
20
+ ** Thank you for helping out!**
Original file line number Diff line number Diff line change 1
- linter-csslint
2
- =========================
3
- [ ![ Build Status] ( https://travis-ci.org/AtomLinter/linter-csslint.svg )] ( https://travis-ci.org/AtomLinter/linter-csslint )
1
+ # linter-csslint [ ![ Build Status] ( https://travis-ci.org/AtomLinter/linter-csslint.svg )] ( https://travis-ci.org/AtomLinter/linter-csslint )
4
2
5
3
This linter plugin for [ Linter] ( https://github.com/AtomLinter/Linter ) provides
6
4
an interface to [ csslint] ( https://github.com/CSSLint/csslint ) . It will be used
7
- with files that have the “ CSS” or “ HTML” syntax.
5
+ with files that have the " CSS" or " HTML" syntax.
8
6
9
7
## Installation
10
- If the ` linter ` is not already installed, it will be installed for you to provide
11
- a UI for the service this package provides.
8
+
9
+ If the ` linter ` is not already installed, it will be installed for you to
10
+ provide a UI for the service this package provides.
12
11
13
12
### Plugin installation
13
+
14
14
``` ShellSession
15
15
apm install linter-csslint
16
16
```
17
-
18
- ## Contributing
19
- If you would like to contribute enhancements or fixes, please do the following:
20
-
21
- 1 . Fork the plugin repository.
22
- 1 . Hack on a separate topic branch created from the latest ` master ` .
23
- 1 . Commit and push the topic branch.
24
- 1 . Make a pull request.
25
- 1 . Welcome to the club!
26
-
27
- Please note that modifications should follow these coding guidelines:
28
-
29
- - Indent is 2 spaces.
30
- - Code should pass [ CoffeeLint] ( http://www.coffeelint.org/ ) with the provided ` coffeelint.json `
31
- - Vertical whitespace helps readability, don’t be afraid to use it.
32
-
33
- ** Thank you for helping out!**
You can’t perform that action at this time.
0 commit comments