eslint-plugin-uncalled-iife

1.0.2 • Public • Published

NPM version Node.js CI


eslint-plugin-uncalled-iife

Valid :

(function() {
	console.log('hello!');
}());

Invalid :

(function() {
	console.log('hello!');
});

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-uncalled-iife

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.52 kB

Total Files

5

Last publish

Collaborators

  • romainmenke