Socket
Socket
Sign inDemoInstall

@meowsos/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meowsos/eslint-config

ESLint settings for Eslint + Prettier + Unicorn + Sonar Playwright Typescript projects


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

@meowsos/eslint-config

npm

GitHub issues

Meow

Description

ESLint config for Playwright + TypeScript + Prettier projects, with Unicorn and Sonar plugins.

Table of Contents

  • @meowsos/eslint-config

Usage

  1. Install the package:

    npm install --save-dev @meowsos/eslint-config
    
  2. Add the following to your .eslintrc.js file:

    module.exports = {
      extends: ['@meowsos/eslint-config'],
    }
    
  3. Add the following to your package.json file:

    {
      "scripts": {
        "lint": "eslint . --ext .ts,.tsx",
        "lint:fix": "eslint . --ext .ts,.tsx --fix"
      }
    }
    
  4. Run the following command to lint your code:

    npm run lint
    

Peer Dependencies

Here is a simplified breakdown of each of the dependencies with URLs to the packages in npm.js:

Homepage

Project Homepage

License

ISC License (ISC)

Author

Meowso m3au@pm.me (http://about.me/bpalma)

Contributors


Development

Scripts

  • clean: npx delete-empty && git clean -fXd
  • bump: npx npm-check-updates -u && npm install
  • publish-manual: npm publish

Keywords

FAQs

Package last updated on 12 Dec 2023

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