This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 510
Ability to specify configuration at the top of a file #487
Labels
Milestone
Comments
+1 |
mikesherov
changed the title
Ability to specific configuration at the top of a file
Ability to specify configuration at the top of a file
Jul 6, 2014
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 8, 2014
…e top of the file. Fixes jscs-dev#487
1 task
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 8, 2014
…e top of the file. Fixes jscs-dev#487
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 10, 2014
…e top of the file. Fixes jscs-dev#487
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 10, 2014
…e top of the file. Fixes jscs-dev#487
What is the use-case? |
The use case is parity with every other linter in the ecosystem and portability of code into other codebases. Not everyone uses build tools like Grunt that bake in per file config. |
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 16, 2014
…e top of the file. Fixes jscs-dev#487
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 16, 2014
…e top of the file. Fixes jscs-dev#487
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 16, 2014
…e top of the file. Fixes jscs-dev#487
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 16, 2014
…e top of the file. Fixes jscs-dev#487
worth to mention that |
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 17, 2014
…e top of the file. Fixes jscs-dev#487
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 17, 2014
…e top of the file. Fixes jscs-dev#487
Folks, I now have a working implementation that's ready for review. #513 |
mrjoelkemp
added a commit
to mrjoelkemp/node-jscs
that referenced
this issue
Jul 17, 2014
…e top of the file. Fixes jscs-dev#487
Closing this. Please read the last comment on #513 . Once inline disable / re-enable is live for a bit, we'll see if this is still necessary. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
e.g.
Important to note that this only allows configuration at the top of a file and applies to the whole file. There are currently no plans to allow inline re-configuration of rules, only inline ignoring of current rules as per #486 and #20
The text was updated successfully, but these errors were encountered: