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

@easysql/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easysql/eslint-config

Exports common ESLint and Prettier configuration used by EasySQL packages

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

EasySQL eslint-config

This package exports common ESLint and Prettier configuration used by EasySQL packages.

Usage

  • Install this package as dev dependency
npm i -D @easysql/eslint-config
  • Create eslint.config.mjs in the project root and add shared config
import eslintConfigEasySQL from '@easysql/eslint-config';

export default [
  ...eslintConfigEasySQL,
  {
    rules: {
      // Add your own rules here
    }
  }
];
To generate .d.ts files from .js files

Generate types of js files and add them to package.json otherwise ts compiler gets angry when use this package in a ts project!

https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html

Keywords

FAQs

Package last updated on 13 Nov 2024

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