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

@aiou/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiou/eslint-config

eslint config for aiou template

  • 1.5.0
  • latest
  • npm
  • Socket score

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

@aiou/eslint-config

my flat eslint config

npm GitHub

features

  • Common ignore patterns from nodejs's gitignore

  • Support typescript, yaml, jsonc, markdown, etc..

  • Built-in best practices react rules, react-refresh and ssr-friendly rules...

  • Friendly fix reporter

    ▲ @aiou/eslint-plugin-progress

install

npm install @aiou/eslint-config --save-dev

usage

in eslint.config.js

const { aiou } = require('@aiou/eslint-config')

module.exports = aiou()

options

options.ssr
  • default: true

enabled ssr-friendly rules

options.regexp
  • default: true

enabled regexp rules

rules

extends from

eslint-config-standard
eslint-plugin-eslint-comments
eslint-plugin-html
eslint-plugin-i
eslint-plugin-regexp (configured when regexp enabled)
eslint-plugin-markdown
eslint-plugin-simple-import-sort
eslint-plugin-import-newlines
eslint-plugin-unused-imports
eslint-plugin-jsonc
eslint-plugin-n (forked eslint-plugin-node)
eslint-plugin-promise
eslint-plugin-unicorn
eslint-plugin-yml
eslint-plugin-react
eslint-plugin-ssr-friendly (configured when ssr enabled)
eslint-plugin-react-refresh
@next/eslint-plugin-next (enabled when next found)
eslint-plugin-react-hooks
eslint-plugin-tailwindcss
@typescript-eslint/eslint-plugin
@stylistic/eslint-plugin

FAQs

Package last updated on 20 Jun 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