All Projects → preactjs → eslint-config-preact

preactjs / eslint-config-preact

Licence: MIT license
Unopinionated baseline ESLint config for Preact and Preact CLI codebases.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to eslint-config-preact

website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (-77.33%)
Mutual labels:  preact, eslint
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-73.33%)
Mutual labels:  preact, eslint
Redux React Starter
DEPRECATED use the new https://github.com/didierfranc/react-webpack-4
Stars: ✭ 137 (+82.67%)
Mutual labels:  preact, eslint
react-simple-boilerplate
Simple React Boilerplate with Webpack, Github Actions, Scss, Lazy Loading etc....
Stars: ✭ 38 (-49.33%)
Mutual labels:  eslint
tailwind-react-next.js-typescript-eslint-jest-starter
Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.
Stars: ✭ 80 (+6.67%)
Mutual labels:  eslint
eslint-plugin-disable
Disable ESLint plugins using file path patterns and inline comments
Stars: ✭ 51 (-32%)
Mutual labels:  eslint
react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (-61.33%)
Mutual labels:  eslint
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+28%)
Mutual labels:  eslint
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+2.67%)
Mutual labels:  eslint
analysis-model
A library to read static analysis reports into a Java object model
Stars: ✭ 74 (-1.33%)
Mutual labels:  eslint
zero
📦 A zero config scripts library
Stars: ✭ 17 (-77.33%)
Mutual labels:  eslint
web-build-tool-demo
比较全面的前端构建工具demo,拿来即练,不定时更新,包含git npm gulp webpack babel typescript husky eslint tslint lint-stage prettier等
Stars: ✭ 42 (-44%)
Mutual labels:  eslint
uno-game
🎴 An UNO Game made in Javascript
Stars: ✭ 93 (+24%)
Mutual labels:  eslint
preact-codemod
🍧 Shave some bytes by using Preact.
Stars: ✭ 39 (-48%)
Mutual labels:  preact
mediocre-pictures
Helping you take mediocre pictures, hands-free. 📷🙆🏻🙅🏾💁🏼📸
Stars: ✭ 16 (-78.67%)
Mutual labels:  preact
generator-bunny
🐰 Jumpstart node module, like a bunny!
Stars: ✭ 13 (-82.67%)
Mutual labels:  eslint
collections
📝 Collections library made in TypeScript
Stars: ✭ 14 (-81.33%)
Mutual labels:  eslint
awesome-vue-boilerplate
😍 Awesome Vue Boilerplate 🥳 Vue 🥰 Vuex, vuex-pathify 🤗 element-ui 🤲 tailwindcss
Stars: ✭ 60 (-20%)
Mutual labels:  eslint
eslint-plugin-editorconfig
An ESLint plugin to enforce EditorConfig rules
Stars: ✭ 22 (-70.67%)
Mutual labels:  eslint
teaful
🍵 Tiny, easy and powerful React state management
Stars: ✭ 638 (+750.67%)
Mutual labels:  preact

eslint-config-preact

An unopinionated baseline ESLint configuration for Preact and Preact CLI codebases.

It helps you avoid bugs, and lets you know when there's a more optimal way to do things.

What's included: sensible defaults for modern JS, JSX, Preact, Jest and Mocha.

⛔️ What's not included: no stylistic or subjective rules are provided.

Installation

Install eslint and this config:

npm i -D eslint eslint-config-preact

Now in your package.json:

{
  "eslintConfig": {
    "extends": "preact"
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].