FLUJOS/VISUALIZACION/node_modules/toml/.jshintrc
2025-11-07 00:06:12 +01:00

18 lines
303 B
Text
Executable file

{
"node": true,
"browser": true,
"browserify": true,
"curly": true,
"eqeqeq": true,
"eqnull": false,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"undef": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"indent": 2,
"quotmark": true,
"laxbreak": true
}