1.2.0 • Published 4 months ago

purescript-linter v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

purescript-linter

A linter for PureScript with rules that check both formatting and stylistic issues.

Getting Started

Download and install the linter from NPM

npm install purescript-linter

Initialize the configuration file

npx purescript-linter --init

This creates a configuration file which determines which rules apply to specified filepaths.

Rules Overview

There are 28 total Rules in two categories

  • Formatting (8 total) Rules assert how code should be formatted. This can be useful if you cannot, for company policy reasons, or do not wish to use a code formatter such as the excellent purs-tidy.
  • Style (20 total) Rules enforce coding style such as requiring code documentation for exports, asking developers to use record field punning when available, etc..

See the repository for more on the rules.

1.2.0

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago

1.1.6

4 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

0.2.14

5 months ago

0.2.13

5 months ago

0.2.12

5 months ago

0.2.11

5 months ago

0.2.10

5 months ago

0.2.9

5 months ago

0.2.8

9 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago