6.0.1 • Published 2 years ago

@1password/front-end-style v6.0.1

Weekly downloads
3,215
License
ISC
Repository
gitlab
Last release
2 years ago

1Password Front-End Style

This package contains config for 1Password front-end code style using Prettier, ESLint, and Stylelint.

Usage

After installing, you'll need to configure your project to use these styles:

Prettier

Add to your package.json file:

"prettier": "@1password/front-end-style/prettierrc.json"

ESLint

Create an eslintrc.yml file:

---
extends:
  - "@1password/front-end-style/eslintrc.yml"

Stylelint

Add to your package.json file:

"stylelint": {
	"extends": "@1password/front-end-style/stylelintrc.yml"
}

SVG Lint

A basic SVG linting tool is included as well, which checks for unnecessary line breaks and tags.

Run with svglint [directory]

IDE Extensions

You should also install the related IDE extensions so you can see issues (and sometimes get them auto-fixed) as you code.

Versioning Expectations

We'll be using semantic versioning when updating the package version number. The following is used to differentiate between the version identifiers.

Format: major.minor.patch

  • major: Any breaking change

    • Example: - Adding a package with new rules - Upgrading errors (warn to error) - major version bump of any NPM dependencies in package.json
  • minor: Any non-breaking change affecting the functionality of the package

    • Example: - Downgrading errors (error to warn) - minor version bump of any NPM dependencies in package.json, but no major version bump
  • patch: Any change not affecting the functionality of the package

    • Example: - Changing code comments - Changing the error message of a custom rule - Only patch version bumps of NPM dependencies in package.json - Updating yarn.lock
6.0.1

2 years ago

6.0.0-beta.7

2 years ago

6.0.0-beta.3

2 years ago

6.0.0-beta.4

2 years ago

6.0.0-beta.5

2 years ago

5.0.0

2 years ago

6.0.0-beta.6

2 years ago

6.0.0-beta.0

2 years ago

6.0.0-beta.1

2 years ago

6.0.0

2 years ago

6.0.0-beta.2

2 years ago

6.0.1-beta.1

2 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.1.0-beta.10

4 years ago

1.1.0-beta.9

4 years ago

1.1.0-beta.8

4 years ago

1.1.0-beta.7

4 years ago

1.1.0-beta.6

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.1.0-beta.5

4 years ago

1.1.0-beta.4

4 years ago

1.0.11

4 years ago

1.1.0-beta.3

4 years ago

1.1.0-beta.2

4 years ago

1.1.0-beta.1

4 years ago

1.1.0-beta.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago