Closed
Description
http://eslint.org/docs/rules/no-extra-semi
- ESLint 2.9.0
- being able to safely concatenate several JS files into one and use no-extra-semi at the same time
If the first character of the file—excluding the eventual preceding whitespace—is ;
it should be ignored.
cf http://stackoverflow.com/q/1873983/248058