Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Remove Settings section #59

Merged
merged 1 commit into from
Oct 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ a UI for the service this package provides.

### Plugin installation
```ShellSession
$ apm install linter-csslint
```

## Settings
You can configure linter-csslint by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):
```cson
'linter-csslint':
#csslint path. run 'which csslint' to find the path
'executablePath': null
apm install linter-csslint
```

## Contributing
Expand Down