linter rules

This commit is contained in:
vigdorov
2020-07-09 12:08:18 +03:00
parent f0500e5c15
commit 341fea6608
2 changed files with 97 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import 'bootstrap';
// ! TODO: 5-14 строчки удалить, после теста компонента
import TestModal from './components/test-modal';
import TestButton from './components/test-button';
import {TestButton} from './components/test-button';
const testModal = new TestModal();
const testButton = new TestButton();
@ -12,3 +12,17 @@ const testButton = new TestButton();
testButton.subscribe('click', () => {
testModal.show();
});
export const foo = function () {
// Sdf
console.log('dfg');
alert('dfg');
};
const x = {
f: 5,
g: 7,
k: 9
};
x + 3;