This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/JSplugins/angular-material-lite/material-design-lite/.jshintrc
2024-01-24 16:47:50 +08:00

19 lines
281 B
Plaintext

{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"newcap": true,
"noarg": true,
"undef": true,
"unused": "vars",
"strict": true,
"sub": true,
"globals": {
"componentHandler": true
}
}