0.0.10 • Published 1 year ago
@tilework/eslint-plugin-mosaic v0.0.10
@tilework/eslint-plugin-mosaic
Eslint plugin for Mosaic
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install @tilework/eslint-plugin-mosaic
:
npm install @tilework/eslint-plugin-mosaic --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install @tilework/eslint-plugin-mosaic
globally.
Usage
Add @tilework/eslint-plugin-mosaic
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"@tilework/mosaic"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"@tilework/mosaic/rule-name": 2
}
}
0.0.11-alpha.4
1 year ago
0.0.10
1 year ago
0.0.10-alpha.25
2 years ago
0.0.10-alpha.18
2 years ago
0.0.10-alpha.21
2 years ago
0.0.10-alpha.20
2 years ago
0.0.10-alpha.23
2 years ago
0.0.10-alpha.22
2 years ago
0.0.10-alpha.24
2 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.3
4 years ago
0.0.4
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago