Disable warnings (ids selector) in linter-csslint on Atom?
问题 How to disable warnings in linter-csslint on Atom like iDs selector warning 回答1: You can create a .csslintrc file in your project's directory as specified here. Inside the file, you can add this: { "ignore": [ "ids" ] } You can see the full list of rules here. 来源: https://stackoverflow.com/questions/44875427/disable-warnings-ids-selector-in-linter-csslint-on-atom