mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
15 lines
181 B
Plaintext
Executable File
15 lines
181 B
Plaintext
Executable File
{
|
|
"extends": "pebble",
|
|
"env" : {
|
|
"node": true,
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"Pebble": true
|
|
},
|
|
"rules" : {
|
|
"new-cap": [0],
|
|
"max-params": [1]
|
|
}
|
|
}
|