Coder Social home page Coder Social logo

eslint-config-fusion's Introduction

eslint-config-fusion

Build status

eslint-config-fusion is an eslint config recommended for use with Fusion.js.

Usage

Extend eslint-config-fusion in your .eslintrc.js:

module.exports = {
  extends: [
    require.resolve('eslint-config-fusion')
  ]
};

eslint-config-fusion's People

Contributors

alexmsmithca avatar chrisdothtml avatar davidkearns avatar ganemone avatar kevingrandon avatar lhorie avatar nadiia avatar renovate-bot avatar renovate[bot] avatar rickyp-uber avatar rtsao avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

eslint-config-fusion's Issues

Build failing due to new peerDependency for eslint-config-jest

Hello, I'm using eslint-config-fusion outside of a FusionJS project. The latest patch to add eslint-config-jest is breaking our builds due to the absence of that dependency. To resolve, I've added it manually, but I would consider patch fixing it, and rolling this out on a minor/major instead.

Commit causing issue: cb2bb24

suggest adding plugin-jsx-a11y

Type of issue

Feature request

Description

Add eslint-plugin-jsx-a11y to the config to automatically flag accessibility problems. This could be implemented here in this repo or in eslint-config-uber-universal-stage-3

Current behavior

Fusion.js does not automatically flag accessibility problems in my apps. Of course, I can still extend this config to add jsx-a11y linting, but I have to remember to do this each time I scaffold a new repo. Moreover, I feel having it in the default configuration would help everyone build more accessible websites using Fusion.js.

Expected behavior

Fusion.js could use eslint-plugin-jsx-a11y to automatically detect accessibility problems and fail the build if one was detected.

Additional notes

This would be a breaking change, since code exists out in the wild using eslint-config-fusion that would not pass eslint-plugin-jsx-a11y.

See if we can remove the import rules

Now that we require flowtype annotations on files, we may be able to remove eslint import rules as long as flow types provide the same level of security.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Preset name not found within published preset config (monorepo:angularmaterial). Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.