1.0.3 • Published 5 years ago

stylelint-config-jotform v1.0.3

Weekly downloads
7
License
ISC
Repository
github
Last release
5 years ago

Welcome!

This repository contains initial configuration file for JotForm ES-lint rules.

The rules will be updated regarding the JotForm developer feedbacks soon.

First Step : Install

yarn add stylelint-config-jotform --dev or npm install --save-dev stylelint-config-jotform

Second Step : Extend your .stylelintrc

{
  "extends": "jotform"
}

It is ready! Happy coding!