UNPKG

react-native-zebra-rfid

Version:
10 lines (9 loc) 214 B
module.exports = { "rules": { "comma-dangle": [ "error", "always-multiline" ], "semi" : ["error", "always", { "omitLastInOneLineBlock": true} ], }, "extends": [ "standard", ] };