Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-mbullington

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mbullington

"Just works" ESLint/Prettier config for personal projects.

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-mbullington

"Just works" ESLint/Prettier config for personal projects.

Continuation of @dji-dev/us-web-config, an open-source project I authored while at DJI Research LLC.

Installing

yarn add -D eslint-config-mbullington

Using yarn is highly recommended but not required.

Linting Features

yarn add --dev eslint @babel/core

If using TypeScript also do:

yarn add --dev typescript

If using GraphQL also do:

yarn add graphql

For ESLint, create an .eslintrc.js file that has the following:

module.exports = require('eslint-config-mbullington')({
    typescript: true,
    graphql: false,
    react: true,
    vue: false,
})

(update the fields accordingly for your project.)

VSCode

If using VSCode, for easy results you can copy this into .vscode/settings.json of project:

{
    "eslint.enable": true,
    "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue"],
    "editor.tabSize": 4
}

Make sure the official ESLint plugin is installed.

FAQs

Package last updated on 25 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc