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

Remove beforeLint #40

Merged
merged 3 commits into from
Sep 22, 2016
Merged

Remove beforeLint #40

merged 3 commits into from
Sep 22, 2016

Commits on Sep 22, 2016

  1. Remove beforeLint feature

    This was an underused feature and adds complexity to the preprocessor.
    This could be solved more elegantly by allowing the user to pass their
    own `transform` function to postcss-import.
    
    Fixes #35
    
    Improve variable naming
    
    This makes it a little clearer what `merged` is
    
    Remove superfluous comments
    
    These are too basic to need comments
    simonsmith committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    ba1399e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77780fd View commit details
    Browse the repository at this point in the history
  3. Improve package.json scripts

    * Run lint after tests as often code style is broken intentionally
    during refactoring
    * Reduce duplication of mocha watch
    simonsmith committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    bea8ff1 View commit details
    Browse the repository at this point in the history