All Projects → insin → Eslint Config Jonnybuchanan

insin / Eslint Config Jonnybuchanan

Licence: mit
Personal ESLint setup as a single devDependency

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Eslint Config Jonnybuchanan

Esprint
Fast eslint runner
Stars: ✭ 556 (+11020%)
Mutual labels:  eslint
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+12960%)
Mutual labels:  eslint
Eslint Plugin Jest
ESLint plugin for Jest
Stars: ✭ 699 (+13880%)
Mutual labels:  eslint
Linter Eslint
ESLint plugin for Atom Linter
Stars: ✭ 583 (+11560%)
Mutual labels:  eslint
Wemake Vue Template
Bleeding edge vue template focused on code quality and developer happiness.
Stars: ✭ 645 (+12800%)
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 (+13460%)
Mutual labels:  eslint
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (+10100%)
Mutual labels:  eslint
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+14900%)
Mutual labels:  eslint
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+12960%)
Mutual labels:  eslint
Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+528560%)
Mutual labels:  eslint
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+11960%)
Mutual labels:  eslint
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+12320%)
Mutual labels:  eslint
Tslint To Eslint Config
Converts your TSLint configuration to the closest possible ESLint equivalent. 🚀
Stars: ✭ 680 (+13500%)
Mutual labels:  eslint
Javascript Airbnb
Перевод «JavaScript Style Guide» от Airbnb
Stars: ✭ 579 (+11480%)
Mutual labels:  eslint
Angular Eslint
✨ Monorepo for all the tooling related to using ESLint with Angular
Stars: ✭ 705 (+14000%)
Mutual labels:  eslint
Eslint Plugin Jsdoc
JSDoc specific linting rules for ESLint.
Stars: ✭ 516 (+10220%)
Mutual labels:  eslint
Xo
❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
Stars: ✭ 6,277 (+125440%)
Mutual labels:  eslint
Prettier Standard
Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
Stars: ✭ 801 (+15920%)
Mutual labels:  eslint
Eslint Plugin Node
Additional ESLint's rules for Node.js
Stars: ✭ 740 (+14700%)
Mutual labels:  eslint
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (+13820%)
Mutual labels:  eslint

Travis npm package

A personal ESLint config, but with ESLint itself and all the necessary shareable config, plugins and parser as dependencies.

Provides an eslint command which runs the real ESLint with this config's .eslintrc in the context of this module's dependencies, so it will be able to find the plugins and parser it depends on without having to manage these dependencies individually in every project.

Installing an eslint command means tools which look for node_modules/.bin/eslint will find and run what is effectively a preconfigured version.

Sublime Text with SublimeLinter-eslint will successfully lint with this config just by having it installed in a project.

Visual Studio Code requires configuration to find ESLint and config:

{
  "eslint.options": {
    "configFile": "node_modules/eslint-config-jonnybuchanan/.eslintrc"
  },
  "eslint.nodePath": "node_modules/eslint-config-jonnybuchanan/node_modules",
}

MIT Licensed

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].