Rust-Programming-Cookbook/Chapter08/node-to-rust/node_modules/debug/_eslintrc

12 wiersze
180 B
Plaintext
Czysty Zwykły widok Historia

2017-07-31 06:59:18 +00:00
{
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}