Enable linting for all auth related files
This commit is contained in:
parent
74a5dd4291
commit
9470424bcb
10 changed files with 52 additions and 55 deletions
|
@ -22,6 +22,6 @@ limitations under the License.
|
|||
import Velocity from 'velocity-vector';
|
||||
import 'velocity-vector/velocity.ui';
|
||||
|
||||
export function field_input_incorrect(element) {
|
||||
export function fieldInputIncorrect(element) {
|
||||
Velocity(element, "callout.shake", 300);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue