aboutsummaryrefslogtreecommitdiff
path: root/js/eslint.json
AgeCommit message (Collapse)Author
2015-01-17eslint: turned off no-constant-condition warning.John MacFarlane
2015-01-15Provide getters and setters for public properties of Node.John MacFarlane
Everything else gets a name starting with an underscore and will be considered private. This will allow us to keep the API stable while changing the underlying data structure. And it will avoid exposing properties that have only an instrumental value in parsing.
2015-01-12Moved eslint.json to js/ subdir.John MacFarlane