sparkbox / splinter

🐭 Parse and split SCSS files based on functions and mixins.
2 stars 0 forks source link

:pizza: feat: Adds SB ESLint rules #6

Open dflynn15 opened 7 years ago

dflynn15 commented 7 years ago
asimpson commented 7 years ago

Let's also add an eslint for specs:

e.g.

{
    "env": {
      "mocha": true
    },
    "rules": {
      "no-unused-expressions": 0
    }
}