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