Skip to content
This repository was archived by the owner on Feb 28, 2018. It is now read-only.

Allow Linter customization #23

Open
kendallroth opened this issue May 5, 2017 · 1 comment
Open

Allow Linter customization #23

kendallroth opened this issue May 5, 2017 · 1 comment

Comments

@kendallroth
Copy link

Problem

I can't save the app.css file because I use a property (box-sizing: border-box) that does not pass the Linter.

Ask

Add Linter customization (or temporary ignore) to allow ignoring rules that don't apply or aren't wanted.

Description

As seen below, the Linter prevents me from saving the app.css file to which this belongs because the CSS property is not supported by IE 6/7. However, I certainly don't care about IE 6/7 and would like to ignore that fact, but I am unable to do so currently. This leaves me stuck with a broken app (UI) because I need box-sizing: border-box on all/some components:

webpackbin

@christianalfoni
Copy link
Member

Hm, linter should only prevent saving on errors, not warnings... so seems to be something strange going on here. Having a bit of limited time lately, but will look into it as soon as I can :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants