All Projects → atomixinteractions → Eslint Config

atomixinteractions / Eslint Config

📝Consistent codestyle linter for your project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Eslint Config

Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (+4540%)
Mutual labels:  eslint
React Typescript Eslint Starter
👍 🚀 Quick start with React/TypeScript without Create React App
Stars: ✭ 16 (+6.67%)
Mutual labels:  eslint
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-40%)
Mutual labels:  eslint
Eslint Plugin Jest
ESLint plugin for Jest
Stars: ✭ 699 (+4560%)
Mutual labels:  eslint
Prettier Standard
Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
Stars: ✭ 801 (+5240%)
Mutual labels:  eslint
Eslint Plugin Mdx
ESLint Plugin for MDX
Stars: ✭ 19 (+26.67%)
Mutual labels:  eslint
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+4420%)
Mutual labels:  eslint
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-20%)
Mutual labels:  eslint
Eslint Config Jonnybuchanan
Personal ESLint setup as a single devDependency
Stars: ✭ 5 (-66.67%)
Mutual labels:  eslint
Sublimelinter Eslint
This linter plugin for SublimeLinter provides an interface to ESLint
Stars: ✭ 839 (+5493.33%)
Mutual labels:  eslint
Angular Eslint
✨ Monorepo for all the tooling related to using ESLint with Angular
Stars: ✭ 705 (+4600%)
Mutual labels:  eslint
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+4900%)
Mutual labels:  eslint
Eslint Plugin
ESLint configurations and additional rules for me
Stars: ✭ 19 (+26.67%)
Mutual labels:  eslint
Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+176120%)
Mutual labels:  eslint
Front End Stack
Starter kit for building single-page app using React, Redux, RxJS, Reselect, Material UI, Immer, Prettier and Webpack.
Stars: ✭ 11 (-26.67%)
Mutual labels:  eslint
Tslint To Eslint Config
Converts your TSLint configuration to the closest possible ESLint equivalent. 🚀
Stars: ✭ 680 (+4433.33%)
Mutual labels:  eslint
Jdf Phone Ui
🖖 前端混合开发整合框架(cordova插件,微信,H5)
Stars: ✭ 18 (+20%)
Mutual labels:  eslint
Eslint Plugin React
React specific linting rules for ESLint
Stars: ✭ 7,472 (+49713.33%)
Mutual labels:  eslint
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-20%)
Mutual labels:  eslint
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (+53.33%)
Mutual labels:  eslint

Atomix ESLint Config

JavaScript

  1. Install the correct versions of each package, which are listed by the command:
npm info "@atomix/eslint-config" peerDependencies
  1. Install all dependecies:
npx install-peerdeps --dev @atomix/eslint-config
  1. Add next line to your .eslintrc:
{
  "extends": "@atomix/eslint-config"
}

React

  1. Install the correct versions of each package, which are listed by the command:
npm info "@atomix/eslint-config-react" peerDependencies
  1. Install all dependecies:
npx install-peerdeps --dev @atomix/eslint-config-react
  1. Add next line to your .eslintrc:
{
  "extends": "@atomix/eslint-config-react"
}
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].