🐊Putout plugin adds ability to convert array copy to slice
🐊Putout plugin adds ability to remove useless typeof
🐊Putout plugin adds ability to merge destructuring properties
🐊Putout processor adds ability to parse html files and lint js snippets
🐊Putout plugin adds ability to convert 'forEach' to 'for...of'
🐊Putout plugin adds ability to find and remove duplicate case
🐊Putout plugin adds ability to convert commonjs to ecma script module
🐊Putout plugin adds ability to convert quotes to backticks
🐊Putout formatter shows code frame with an error
🐊Putout plugin adds ability to apply template literals
🐊Putout plugin adds ability to reuse duplicate init
🐊Putout plugin applies dot notation
🐊Putout plugin adds ability to apply 'flatMap()'
🐊Putout operator adds ability to check if provided regexp can be converted to string without losing it's sense
🐊Putout plugin adds ability to remove useless array inside property accessors
🐊Putout plugin adds ability to convert indexOf to includes
🐊Putout plugin adds ability to transform code related to return
🐊Putout plugin adds ability to add or remove strict mode directive
🐊Putout plugin for transforming TypeScript code
🐊Putout plugin helps with regexp
🐊Putout plugin adds ability convert assignment to arrow function
🐊Putout plugin adds ability to find and remove unreachable code
🐊Putout plugin adds ability to split nested destructuring
🐊Putout plugin adds ability to remove useless 'continue'