UNPKG

216 BJavaScriptView Raw
1/* eslint sort-keys: ["error", "asc"], quote-props: ["error", "consistent"] */
2/* eslint-disable sort-keys */
3
4module.exports = {
5 "plugins": ["no-null"],
6 "rules": {
7 "no-null/no-null": "warn"
8 }
9};