All Projects → aaronjensen → eslintd-fix

aaronjensen / eslintd-fix

Licence: other
Emacs minor-mode to automatically fix javascript with eslint_d.

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to eslintd-fix

starbase
⭐ Production-ready website boilerplate made with webpack 5, modern JS (via Babel 7) & Sass
Stars: ✭ 70 (+18.64%)
Mutual labels:  eslint
eslint-plugin-ember-best-practices
Static analysis tools for enforcing best practices in Ember
Stars: ✭ 77 (+30.51%)
Mutual labels:  eslint
Vue2-All
Vue2 + Vue-router2 + Vuex + Webpack + axios + jwt
Stars: ✭ 67 (+13.56%)
Mutual labels:  eslint
walrus
🎉 Cli development framework.
Stars: ✭ 17 (-71.19%)
Mutual labels:  eslint
sapper-postcss-template
A template that includes Sapper for Svelte and PostCSS preprocessing with Tailwind CSS
Stars: ✭ 84 (+42.37%)
Mutual labels:  eslint
create-react-typescript-app
Integrating Reactjs with Typescript + ESLint
Stars: ✭ 20 (-66.1%)
Mutual labels:  eslint
eslint-config
ESLint rules for Cybozu
Stars: ✭ 45 (-23.73%)
Mutual labels:  eslint
react-clicker
A basic React app that allows one to increase, decrease, or reset a counter
Stars: ✭ 32 (-45.76%)
Mutual labels:  eslint
elint
A easy way to lint your code
Stars: ✭ 38 (-35.59%)
Mutual labels:  eslint
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. 🔥
Stars: ✭ 55 (-6.78%)
Mutual labels:  eslint
eslint-config-get-off-my-lawn
A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.
Stars: ✭ 44 (-25.42%)
Mutual labels:  eslint
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-66.1%)
Mutual labels:  eslint
GfycatDetailsConvert
Reddit bot built on top of snoowrap which helps with converting Gfycat URLs.
Stars: ✭ 14 (-76.27%)
Mutual labels:  eslint
standard-packages
List of packages that use `standard`
Stars: ✭ 32 (-45.76%)
Mutual labels:  eslint
create-react-redux-app
React boilerplate based on create-react-app
Stars: ✭ 49 (-16.95%)
Mutual labels:  eslint
alexa-skill-clean-code-template
Alexa Skill Template with clean code (eslint, sonar), testing (unit tests, e2e), multi-language, Alexa Presentation Language (APL) and In-Skill Purchases (ISP) support. Updated to ASK-CLI V2.
Stars: ✭ 34 (-42.37%)
Mutual labels:  eslint
eslint-plugin-test-selectors
Enforces that data-test-id attributes are added to interactive DOM elements (JSX) to help with UI testing. JSX only.
Stars: ✭ 19 (-67.8%)
Mutual labels:  eslint
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-72.88%)
Mutual labels:  eslint
gandalf-lint
Bad Code Shall Not Pass
Stars: ✭ 29 (-50.85%)
Mutual labels:  eslint
eslint-config-satya164
An ESLint config with automatic overrides for common environments such as TypeScript, Jest etc.
Stars: ✭ 45 (-23.73%)
Mutual labels:  eslint

eslintd-fix

MELPA MELPA Stable

Minor-mode to automatically fix javascript with eslint_d. Built with a focus on speed, you will typically barely notice a delay when saving, if at all.

Note that this package will not show errors, only fix them on save. You'll want to configure flycheck to use eslint_d as well.

This package was recently rewritten to use a direct network connection to eslint_d rather than a node shell command. This is significantly faster, but could have introduced bugs. If you notice anything out of the ordinary, please report it.

Installation

You can install this package from Melpa

M-x package-install RET eslintd-fix RET

Usage

Ensure that you have eslint_d 5.2.0+ installed and in your path.

Then, in your init.el:

(add-hook 'js2-mode-hook 'eslintd-fix-mode)

Options

You can change the location of eslint_d.

(setq eslintd-fix-executable "/my/path/eslint_d")

See M-x customize-group eslintd-fix for more.

Thanks

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