Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new rule no-webpack-loader-syntax #586

Merged
merged 3 commits into from
Sep 26, 2016

Commits on Sep 25, 2016

  1. Add new rule no-webpack-loader-syntax

    Webpack allows specifying loaders and their configuration inline in imports
    using a non-standard import syntax. This rule allows disabling this non-standard
    syntax in imports.
    fson committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    755eb86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f8d36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43bc4de View commit details
    Browse the repository at this point in the history