Delete newline
J
Go to require:
gf
/* eslint-disable no-multi-assign */ | |
interface InputWrapper { | |
input?: HTMLInputElement; | |
inputListener?: () => void; | |
proxy?: HTMLInputElement; | |
proxyListener?: () => void; | |
} | |
const SUBMIT = 'submit'; |
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to make opened Markdown files always be soft wrapped: | |
# | |
# path = require 'path' | |
# |
:Ack 'console.log' --ignore-dir={generated,wyclub_release,log,console,wyclub_backoffice,generator,wyclub_swagger,out,rules,test,fixture,fixtures} --ignore-file=match:{console,testapp.js,.rst} |