Skip to content

πŸ“ ESlint, Stylelint, Commitlint, Prettier, Remark, Semantic Release config for Arietta Studio

License

Notifications You must be signed in to change notification settings

Arietta-Studio/arietta-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Arietta Lint

ESlint config, Prettier config, Remark config for Arietta Studio

Changelog Β· Report Bug Β· Request Feature


Table of contents

TOC

πŸ“¦ Installation

To install Arietta Lint, run the following command:

$ bun add @arietta-studio/lint -D

To use template ignore files, run the following command:

$ curl -O https://raw.githubusercontent.com/arietta-studio/arietta-lint/master/.eslintignore
$ curl -O https://raw.githubusercontent.com/arietta-studio/arietta-lint/master/.gitignore
$ curl -O https://raw.githubusercontent.com/arietta-studio/arietta-lint/master/.prettierignore

🀯 Usage

.npmrc

public-hoist-pattern[]=*@umijs/lint*
public-hoist-pattern[]=*changelog*
public-hoist-pattern[]=*commitlint*
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*postcss*
public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=*remark*
public-hoist-pattern[]=*semantic-release*
public-hoist-pattern[]=*stylelint*

ESlint

config can be found at .eslintrc.js

module.exports = require('@arietta-studio/lint').eslint;

Stylelint

config can be found at .stylelintrc.js

module.exports = require('@arietta-studio/lint').stylelint;

Commitlint

config can be found at .commitlintrc.js

module.exports = require('@arietta-studio/lint').commitlint;

Changelog

config can be found at .changelogrc.js

module.exports = require('@arietta-studio/lint').changelog;

Remark

config can be found at .remarkrc.js

module.exports = require('@arietta-studio/lint').remarklint;

Prettier

config can be found at .prettierrc.js

module.exports = require('@arietta-studio/lint').prettier;

Semantic Release

config can be found at .releaserc.js

module.exports = require('@arietta-studio/lint').semanticRelease;

⌨️ Local Development

You can use Github Codespaces for online development:

Or clone it for local development:

$ git clone https://github.com/arietta-studio/arietta-lint.git
$ cd arietta-studio/lint
$ bun install
$ bun start

🀝 Contributing

Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.


πŸ“ License

Copyright Β© 2024 Arietta Studio.
This project is MIT licensed.

About

πŸ“ ESlint, Stylelint, Commitlint, Prettier, Remark, Semantic Release config for Arietta Studio

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published