Skip to content

Commit

Permalink
change indent rule to warn - as in eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
redexp committed Jun 13, 2024
1 parent 2904a1b commit 18f1a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/demos/janus.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
OTHER DEALINGS IN THE SOFTWARE.
*/

/*eslint indent: ["error", "tab", { "ignoredNodes": ["CallExpression[callee.type=FunctionExpression][arguments.length=2] > FunctionExpression.arguments > BlockStatement"] }]*/
/*eslint indent: ["warn", "tab", { "ignoredNodes": ["CallExpression[callee.type=FunctionExpression][arguments.length=2] > FunctionExpression.arguments > BlockStatement"] }]*/
(function (root, factory) {
/* global define, module */
if (typeof define === 'function' && define.amd) {
Expand Down

0 comments on commit 18f1a1b

Please sign in to comment.