eslint-config-snowl

1.0.6 • Public • Published

Snowl Eslint & Prettier Setup

Plain and simple code quality config

  • Lint JavaScript based on latest standards
  • Fix issues and formatting errors
  • Lint & Fix issues within html <script> tags

✨Quick Start

  1. If you don't already have a package.json file, create one with npm init.

  2. Install everything needed by the config:

npx install-peerdeps --dev eslint-config-snowl

⚙️ Setting up

  1. Your package.json should have all the dependencies needed to run the script
  2. Create a .eslintrc file in the root of your project. Your .eslintrc file should look like this:
{
  "extends": [
    "snowl"
  ]
}

🏃🏻‍♂️Runnning the script

Add two scripts to your package.json to lint and/or fix:

"scripts": {
  "lint": "eslint .",
  "lint:fix": "eslint . --fix"
},

🙌🏻 Happy coding!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.60latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.11
1.0.00

Package Sidebar

Install

npm i eslint-config-snowl

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

4.85 kB

Total Files

5

Last publish

Collaborators

  • agnelnieves