roblox-ts / eslint-plugin-roblox-ts

7 stars 6 forks source link

Add Object helper and update the structure of our lint rules #8

Closed Validark closed 5 years ago

Validark commented 5 years ago
export const banAllThingsName = "no-banned-stuff"
export const banAllThings = makeRule<[], ViolationType>( ... etc

(the variable names must be the same, but the string should have Name appended)