This repository reproduces the bug from stylus/stylelint-stylus#29
Requirements:
- yarn
Correct run using stylelint 16.2.0:
- Install:
yarn install
- Run linter:
yarn lint
Outcome: Stylelint works as expected
False run using stylelint 16.3.0:
- Upgrade to latest stylelint (16.3.0):
yarn add stylelint
- Run linter:
yarn lint
Outcome is the following error:
$ stylelint '**/*.css'
Error: No configuration provided for /home/foo/Projekte/fix_stylus/src/foo.css