1. eslint-config-shellscape
ESLint shareable config for shellscape projects
eslint-config-shellscape
Package: eslint-config-shellscape
Created by: shellscape
Last modified: Thu, 01 Jun 2023 15:57:37 GMT
Version: 6.0.1
License: MIT
Downloads: 131
Repository: https://github.com/shellscape/eslint-config-shellscape

Install

npm install eslint-config-shellscape
yarn add eslint-config-shellscape

eslint-config-shellscape

ESLint shareable config for my projects

Install

$ npm install eslint-config-shellscape --save-dev

Usage

This config can be used one of two ways:

package.json:

 {
  "name": "snoochi-boochies",
  "eslintConfig": {
    "extends": "shellscape"
  }
}

.eslintrc

 {
  "extends": "shellscape"
}

Use with TypeScript

 {
  "extends": "shellscape/typescript"
}

Use with Prettier

Create a .prettierrc.js file with the following content:

 module.exports = require('eslint-config-shellscape/prettier');

License

MIT © Andrew Powell

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code