Skip to content
Snippets Groups Projects
Commit 078b5e4a authored by vas's avatar vas
Browse files

add jshint configuration

parent 4f40a6c7
No related branches found
No related tags found
2 merge requests!2176Pregmod master ra rework,!2047RA rework
{
"browser": true,
"esversion": 6
}
:: DefaultRules [script]
// jshint esversion: 6
// jshint browser: true
// this code applies RA rules onto slaves
window.DefaultRules = (function() {
......
:: Rules Assistant Options [script]
// jshint esversion: 6
// jshint browser: true
// rewrite of the rules assistant options page in javascript
// uses an object-oriented widget pattern
// wrapped in a closure so as not to polute the global namespace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment