eslint-config-dcryan

0.0.7 • Public • Published

EZ ESLint & Prettier Setup

NOTE: I'm happy to take suggestions, but in the end these are my preferences. No hard feelings :)

Background

I was feeling SOO frustrated installing all the packages for my ESLint & Prettier setup, and they NEVER worked on the first try. I took inspiration from Wes Bos' No-Sweat™ Eslint and Prettier Setup, and wanted to publish my own preferences.

Installation

npx install-peerdeps --dev eslint-config-dcryan

Add an .eslintrc.js file

module.exports = {
  "extends": "dcryan"
}

Getting Setup with VSCode

"editor.formatOnSave": true,
"[javascript]": {
  "editor.formatOnSave": false
},
"[javascriptreact]": {
  "editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
  "source.fixAll": true
},
"prettier.disableLanguages": ["javascript", "javascriptreact"],

FAQs

How do I make my own ESLint Config?

Check it out here. 👉 ESLint Sharable Configs

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i eslint-config-dcryan

    Weekly Downloads

    0

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    2.92 kB

    Total Files

    4

    Last publish

    Collaborators

    • dcryan